Searched defs:hasPrevious (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/
H A DListIterator.java95 boolean hasPrevious(); method in interface:ListIterator
H A DAbstractList.java205 while (it.hasPrevious())
209 while (it.hasPrevious())
395 public boolean hasPrevious() { method in class:AbstractList.ListItr
712 public boolean hasPrevious() {
717 if (hasPrevious())
H A DArrayList.java872 public boolean hasPrevious() { method in class:ArrayList.ListItr
1075 public boolean hasPrevious() {
H A DLinkedList.java896 public boolean hasPrevious() { method in class:LinkedList.ListItr
902 if (!hasPrevious())
982 return itr.hasPrevious();
H A DVector.java1169 public boolean hasPrevious() { method in class:Vector.ListItr
H A DCollections.java1235 public boolean hasPrevious() {return i.hasPrevious();}
2542 public boolean hasPrevious() { return i.hasPrevious(); }
3016 * ListIterator#hasPrevious hasPrevious} always return {@code
3054 public boolean hasPrevious() { return false; } method in class:Collections.EmptyListIterator
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/util/
H A DXSObjectListImpl.java54 public boolean hasPrevious() {
241 public boolean hasPrevious() { method in class:XSObjectListImpl.XSObjectListIterator
/openjdk7/jdk/src/share/classes/sun/awt/util/
H A DIdentityLinkedList.java688 public boolean hasPrevious() { method in class:IdentityLinkedList.ListItr
793 return itr.hasPrevious();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSModelImpl.java783 public boolean hasPrevious() { method in class:XSModelImpl.XSNamespaceItemListIterator
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DCopyOnWriteArrayList.java1008 public boolean hasPrevious() { method in class:CopyOnWriteArrayList.COWIterator
1021 if (! hasPrevious())
1292 public boolean hasPrevious() { method in class:CopyOnWriteArrayList.COWSubListIterator
1297 if (hasPrevious())
/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DXMLKit.java2294 public boolean hasPrevious() { method in class:XMLKit.Element.Itr
2306 if (!hasPrevious()) {

Completed in 321 milliseconds