-
bm.db.RowSet.previous()
Move to the previous row.
@return true if there was a previus row
@noinspection FieldRepeatedlyAccessedInMethod
-
br.com.objectos.way.relational.Page.previous()
-
com.alibaba.druid.pool.DruidPooledResultSet.previous()
-
com.alibaba.druid.util.jdbc.LocalResultSet.previous()
-
com.cedarsolutions.dao.domain.Pagination.previous()
Return pagination for the previous page.
@return Pagination for the previous page, or for the current page if there is no previous page.
-
com.dotcms.repackage.net.sf.hibernate.ScrollableResults.previous()
-
com.ibm.icu.text.BreakIterator.previous()
Advances the iterator backward one boundary. The current iteration position is updated to point to the last boundary position before the current position, and this is also the value that is returned. If the current position is equal to the value returned by first(), or to DONE, this function returns DONE and sets the current position to DONE.
@return The position of the last boundary position preceding theiteration position.
@stable ICU 2.0
-
com.ibm.icu.text.Normalizer.previous()
Return the previous character in the normalized text and decrement the iteration position by one. If the beginning of the text has already been reached, {@link #DONE} is returned.
@return The codepoint as an int
@stable ICU 2.8
-
com.ibm.icu.text.RuleBasedBreakIterator.previous()
Moves the iterator backwards, to the last boundary preceding this one.
@return The position of the last boundary position preceding this one.
@stable ICU 2.0
-
com.positive.charts.data.time.Month.previous()
Returns the month preceding this one.
@return The month preceding this one.
-
com.saasovation.common.notification.NotificationLogReader.previous()
-
com.sun.star.sdbc.XResultSet.previous()
-
edu.buffalo.cse.ir.wikiindexer.tokenizer.TokenStream.previous()
Iterator method: Method to get the previous token from the stream Callers must call the set method to modify the token, changing the value of the token returned by this method must not alter the stream
@return The next token from the stream, null if at the end
-
java.awt.CardLayout.previous()
Flips to the previous card of the specified container. If the currently visible card is the first one, this method flips to the last card in the layout.
@param parent the parent container in which to do the layout
@see java.awt.CardLayout#next
-
java.sql.ResultSet.previous()
Relocates the cursor position to the preceding row in this ResultSet.
@return true if the new position is in a legitimate row, false if thecursor is now before the first row.
@throws SQLException if a database error happens
-
java.text.AttributedCharacterIterator.previous()
-
java.text.BreakIterator.previous()
Returns the boundary preceding the current boundary. If the current boundary is the first text boundary, it returns BreakIterator.DONE
and the iterator's current position is unchanged. Otherwise, the iterator's current position is set to the boundary preceding the current boundary.
@return The character index of the previous text boundary or BreakIterator.DONE
if the current boundary is the first text boundary.
-
java.text.CharacterIterator.previous()
Decrements the iterator's index by one and returns the character at the new index. If the current index is getBeginIndex(), the index remains at getBeginIndex() and a value of DONE is returned.
@return the character at the new position or DONE if the currentposition is equal to getBeginIndex().
-
java.text.CollationElementIterator.previous()
Get the previous collation element in the string.
This iterator iterates over a sequence of collation elements that were built from the string. Because there isn't necessarily a one-to-one mapping from characters to collation elements, this doesn't mean the same thing as "return the collation element [or ordering priority] of the previous character in the string".
This function updates the iterator's internal pointer to point to the collation element preceding the one it's currently pointing to and then returns that element, while next() returns the current element and then updates the pointer. This means that when you change direction while iterating (i.e., call next() and then call previous(), or call previous() and then call next()), you'll get back the same element twice.
@since 1.2
-
java.text.StringCharacterIterator.previous()
Implements CharacterIterator.previous() for String.
@see CharacterIterator#previous
-
java.util.Iterator.previous()
-
java.util.ListIterator.previous()
Returns the previous element in the list. This method may be called repeatedly to iterate through the list backwards, or intermixed with calls to next to go back and forth. (Note that alternating calls to next and previous will return the same element repeatedly.)
@return the previous element in the list.
@exception NoSuchElementException if the iteration has no previouselement.
-
javax.sql.rowset.CachedRowSet.previous()
-
javax.sql.rowset.FilteredRowSet.previous()
-
javax.sql.rowset.JdbcRowSet.previous()
-
javax.sql.rowset.spi.SyncResolver.previous()
-
javax.swing.text.Segment.previous()
-
jline.console.history.History.previous()
-
jline.console.history.MemoryHistory.previous()
Move the pointer to the previous element in the buffer.
@return true if we successfully went to the previous element
-
net.sf.jiga.xtended.impl.Animation.previous()
moves the animator to the previous frame index and returns the associated Sprite instance.
@return previous frame sprite
@see #getAnimatorValue(int,int)
-
net.sf.jml.MsnMessageIterator.previous()
Get the previous MsnMessage.
@return previous MsnMessage
-
org.amplafi.flow.FlowState.previous()
-
org.apache.accumulo.core.file.rfile.MultiLevelIndex.Reader.IndexIterator.previous()
-
org.apache.commons.collections.OrderedMapIterator.previous()
Gets the previous key from the Map
.
@return the previous key in the iteration
@throws java.util.NoSuchElementException if the iteration is finished
-
org.apache.commons.collections.primitives.ByteListIterator.previous()
Returns the next element in me when traversed in the reverse direction.
@return the previous element in me
@throws NoSuchElementException if there is no previous element
-
org.apache.commons.collections.primitives.CharListIterator.previous()
Returns the next element in me when traversed in the reverse direction.
@return the previous element in me
@throws NoSuchElementException if there is no previous element
-
org.apache.commons.collections.primitives.DoubleListIterator.previous()
Returns the next element in me when traversed in the reverse direction.
@return the previous element in me
@throws NoSuchElementException if there is no previous element
-
org.apache.commons.collections.primitives.FloatListIterator.previous()
Returns the next element in me when traversed in the reverse direction.
@return the previous element in me
@throws NoSuchElementException if there is no previous element
-
org.apache.commons.collections.primitives.IntListIterator.previous()
Returns the next element in me when traversed in the reverse direction.
@return the previous element in me
@throws NoSuchElementException if there is no previous element
-
org.apache.commons.collections.primitives.LongListIterator.previous()
Returns the next element in me when traversed in the reverse direction.
@return the previous element in me
@throws NoSuchElementException if there is no previous element
-
org.apache.commons.collections.primitives.ShortListIterator.previous()
Returns the next element in me when traversed in the reverse direction.
@return the previous element in me
@throws NoSuchElementException if there is no previous element
-
org.apache.commons.collections15.OrderedMapIterator.previous()
Gets the previous key from the Map
.
@return the previous key in the iteration
@throws java.util.NoSuchElementException if the iteration is finished
-
org.apache.directory.server.core.api.filtering.EntryFilteringCursor.previous()
-
org.apache.directory.server.core.filtering.EntryFilteringCursor.previous()
-
org.apache.directory.server.xdbm.search.cursor.NotCursor.previous()
{@inheritDoc}
-
org.apache.directory.server.xdbm.search.cursor.PresenceCursor.previous()
{@inheritDoc}
-
org.apache.directory.server.xdbm.search.cursor.SubstringCursor.previous()
{@inheritDoc}
-
org.apache.hadoop.hbase.codec.prefixtree.scanner.CellSearcher.previous()
-
org.apache.harmony.sql.internal.rowset.SyncResolverImpl.previous()
-
org.apache.jena.jdbc.metadata.results.MetaResultSet.previous()
-
org.apache.tuscany.das.rdb.Pager.previous()
Get the page prior to the last page returned
@return the previous page
-
org.apache.tuscany.das.rdb.impl.PagerImpl.previous()
-
org.eclipse.xtext.parsetree.reconstr.impl.NodeIterator.previous()
-
org.hibernate.ScrollableResults.previous()
Retreat to the previous result
@return true if there is a previous result
-
org.jfree.data.time.Month.previous()
Returns the month preceding this one. Note that the returned {@link Month} is "pegged" using the default time-zone, irrespective ofthe time-zone used to peg of the current month (which is not recorded anywhere). See the {@link #peg(Calendar)} method.
@return The month preceding this one.
-
org.jfree.data.time.Quarter.previous()
Returns the quarter preceding this one.
@return The quarter preceding this one (or null
if this isQ1 1900).
-
org.jfree.data.time.RegularTimePeriod.previous()
Returns the time period preceding this one, or null
if some lower limit has been reached.
@return The previous time period (possibly null
).
-
org.jitterbit.ui.graph.NavigationOrder.previous()
Returns the next node.
It is up to each implementation to decide how to deal with the case where the current node has more than one incoming edge.
@param node the previous node, or null
if no node is selected
@return the previous node, or node
if there is no previous node
-
org.jmathml.TokenStream.TokenIterator.previous()
-
org.jwall.audit.script.utils.ListIteratorImpl.previous()
-
org.ofbiz.entity.util.EntityListIterator.previous()
Moves the cursor to the previous position and returns the GenericValue object for that position; if there is no previous, returns null
-
org.onebusaway.gtfs.model.calendar.ServiceDate.previous()
-
org.openiaml.iacleaner.inline.InlineStringWriter.previous()
-
org.tmatesoft.sqljet.core.table.ISqlJetCursor.previous()
Goes to the previous record.
@return true if there is at least one record and begin of cursor is notreached yet
@throws SqlJetException
-
org.waveprotocol.wave.client.paging.Traverser.MoveablePoint.previous()
-
serp.bytecode.Code.previous()
Return the previous instruction.
-
sun.text.normalizer.NormalizerBase.previous()
Return the previous character in the normalized text and decrement the iteration position by one. If the beginning of the text has already been reached, {@link #DONE} is returned.
@return The codepoint as an int
@stable ICU 2.8
-
util.iterators.DisposableRangeIterator.previous()
-
util.iterators.DisposableValueIterator.previous()