Searched refs:previous (Results 76 - 100 of 110) sorted by relevance

12345

/openjdk7/jdk/src/share/classes/java/util/
H A DArrayList.java781 * An initial call to {@link ListIterator#previous previous} would
885 public E previous() { method in class:ArrayList.ListItr
1080 public E previous() {
H A DLinkedList.java900 public E previous() { method in class:LinkedList.ListItr
977 * Adapter to provide descending iterators via ListItr.previous
985 return itr.previous();
H A DVector.java506 * vector to be the specified object. The previous component at that
1081 * An initial call to {@link ListIterator#previous previous} would
1127 // within or after synchronization in next/previous
1181 public E previous() { method in class:Vector.ListItr
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/text/
H A DTextConstructionTests.java433 public char previous() { method in class:TextConstructionTests.ArrayCI
/openjdk7/jdk/src/share/classes/sun/rmi/transport/tcp/
H A DTCPChannel.java446 TCPConnection conn = iter.previous();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DDocumentImpl.java527 // Simplest way to code that is to zap the previous entry, if any.
867 * (two values, the Attr node affected (if any) and its previous
974 // was requested, we need to preserve its previous value for
1151 // was requested, we need to preserve its previous value for
1248 void setAttrNode(AttrImpl attr, AttrImpl previous) { argument
1251 if (previous == null) {
1257 previous.getNodeValue(),
1269 // similar but dispatches to the previous owner, "element".
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DCopyOnWriteArrayList.java1020 public E previous() { method in class:CopyOnWriteArrayList.COWIterator
1296 public E previous() { method in class:CopyOnWriteArrayList.COWSubListIterator
1298 return i.previous();
/openjdk7/langtools/test/tools/javac/util/list/
H A DTList.java485 l = l.prepend(iter.previous());
520 iter1.previous();
521 iter2.previous();
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/keys/keyresolver/implementations/
H A DRetrievalMethodResolver.java309 ele=(Element)it2.previous();
/openjdk7/jdk/src/share/classes/java/awt/
H A DCardLayout.java437 * @see java.awt.CardLayout#previous
459 * Flips to the previous card of the specified container. If the
465 public void previous(Container parent) { method in class:CardLayout
H A DDefaultKeyboardFocusManager.java1180 TypeAheadMarker marker = (TypeAheadMarker)iter.previous();
1230 marker = (TypeAheadMarker)iter.previous();
/openjdk7/jdk/src/share/demo/applets/GraphicsTest/
H A DGraphicsTest.java70 b = new Button("previous");
121 } else if ("previous".equals(arg)) {
122 ((CardLayout) mainPanel.cards.getLayout()).previous(mainPanel.cards);
/openjdk7/jdk/test/java/util/Collection/
H A DMOAT.java569 check(it.previous() == e);
586 it.previous();
616 lit.previous();
627 new Fun(){void f(){ asList.listIterator().previous(); }});
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orb/
H A DParserTable.java590 ContactInfo previous,
597 ContactInfo previous,
589 hasNext(ContactInfo primary, ContactInfo previous, List contactInfos) argument
596 next(ContactInfo primary, ContactInfo previous, List contactInfos) argument
/openjdk7/hotspot/src/share/vm/memory/
H A Dspace.cpp148 // If the previous call did some part of this region, don't redo.
578 HeapWord* prev = cl->previous(); // max address from last time
591 // The previous invocation may have pushed "prev" beyond the
631 HeapWord* prev = cl->previous(); // max address from last time
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DSyncResolverImpl.java472 crsRes.previous();
497 * Moves the cursor to the previous conflict row in this <code>SyncResolver</code> object.
515 * if any, that were set for the previous command.
994 * <P>If an input stream from the previous row is open, it is
2388 * previous row and returns <code>true</code> if the cursor is on
2393 * Note: calling the method <code>previous()</code> is not the same
2395 * because it is possible to call <code>previous()</code> from the insert
2399 * The method <code>previous</code> may used in a <code>while</code>
2401 * and moving toward the beginning. The loop ends when <code>previous</code>
2407 * <code>previous</cod
2428 public boolean previous() throws SQLException { method in class:SyncResolverImpl
[all...]
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/jpeg/
H A DJPEGMetadata.java673 MarkerSegment seg = (MarkerSegment)iter.previous();
698 MarkerSegment seg = (MarkerSegment)iter.previous();
710 MarkerSegment seg = (MarkerSegment)iter.previous();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSModelImpl.java786 public Object previous() { method in class:XSModelImpl.XSNamespaceItemListIterator
/openjdk7/jdk/src/share/classes/java/sql/
H A DResultSet.java1229 * to calling the method <code>previous()</code>.
1246 * Moves the cursor to the previous row in this
1249 * When a call to the <code>previous</code> method returns <code>false</code>,
1255 * <code>previous</code> will implicitly close it. A <code>ResultSet</code>
1268 boolean previous() throws SQLException; method in interface:ResultSet
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/c14n/implementations/
H A DCanonicalizerBase.java315 //We fineshed with this level, pop to the previous definitions.
329 //We fineshed with this level, pop to the previous definitions.
485 //We fineshed with this level, pop to the previous definitions.
503 //We fineshed with this level, pop to the previous definitions.
606 Element ele=(Element)it.previous();
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJoinRowSetImpl.java954 * <P>If an input stream from the previous row is open, it is
2105 * previous row and returns <code>true</code> if the cursor is on
2110 * Note: calling the method <code>previous()</code> is not the same
2112 * because it is possible to call <code>previous()</code> from the insert
2116 * The method <code>previous</code> may used in a <code>while</code>
2118 * and moving toward the beginning. The loop ends when <code>previous</code>
2124 * <code>previous</code> places the cursor on the last line.
2128 * while (previous()) {
2145 public boolean previous() throws SQLException { method in class:JoinRowSetImpl
2146 return crsInternal.previous();
[all...]
H A DJdbcRowSetImpl.java2011 * Moves the cursor to the previous row in this
2014 * <p><B>Note:</B> Calling the method <code>previous()</code> is not the same as
2016 * makes sense to call <code>previous()</code> when there is no current row.
2025 public boolean previous() throws SQLException { method in class:JdbcRowSetImpl
2028 boolean b = rs.previous();
4255 * that were set for the previous command. In addition,
/openjdk7/hotspot/src/share/vm/runtime/
H A Dframe.cpp501 BasicObjectLock* previous = (BasicObjectLock*) (((intptr_t*) current) - interpreter_frame_monitor_size()); local
502 return previous;
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A DCHANGES131 since it didn't work in previous versions of libpng anyways
314 Minor changes to previous minor changes to pngtest.c
1172 Updated various makefiles so "make clean" does not remove previous major
1369 Revised makefiles to not remove previous minor versions of shared libraries.
2233 Undid previous change and added PNG_TRANSFORM_STRIP_FILLER_BEFORE and
3286 Reverted png_get_current_row_number() to previous (1.5.2beta01) behavior.
3393 change from the previous (unreleased) ABI/API to hide the exact value used
3486 Added png_set_chop_16() API, to match inaccurate results from previous
/openjdk7/jdk/src/share/classes/java/text/
H A DAttributedString.java832 public char previous() { method in class:AttributedString.AttributedStringIterator

Completed in 283 milliseconds

12345