Searched refs:hasPrevious (Results 26 - 48 of 48) sorted by relevance

12

/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DListAdapter.java364 return it.hasPrevious();
/openjdk10/jdk/test/java/util/ArrayList/
H A DIteratorMicroBenchmark.java194 public boolean hasNext() { return it.hasPrevious(); }
291 while (it.hasPrevious())
395 while (it.hasPrevious())
/openjdk10/langtools/test/tools/javac/util/list/
H A DTList.java485 for (ListIterator<T> iter = d.listIterator(d.size()); iter.hasPrevious(); )
520 while (iter1.hasPrevious() && iter2.hasPrevious()) {
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/
H A DLabel.java204 it.hasPrevious() && it.previous() == Type.UNKNOWN;
H A DLower.java141 for(final ListIterator<Statement> li = stmts.listIterator(stmts.size()); li.hasPrevious();) {
/openjdk10/jdk/src/java.base/share/classes/java/util/
H A DArrayList.java948 public boolean hasPrevious() { method in class:ArrayList.ListItr
1174 public boolean hasPrevious() {
H A DVector.java1308 public boolean hasPrevious() { method in class:Vector.ListItr
H A DCollections.java1344 public boolean hasPrevious() {return i.hasPrevious();}
3462 public boolean hasPrevious() { return i.hasPrevious(); }
4210 * ListIterator#hasPrevious hasPrevious} always return {@code
4243 public boolean hasPrevious() { return false; } method in class:Collections.EmptyListIterator
/openjdk10/jdk/src/java.desktop/share/classes/com/sun/imageio/plugins/jpeg/
H A DJPEGMetadata.java675 while (iter.hasPrevious()) {
702 for (int i = markerSequence.size()-1; iter.hasPrevious(); i--) {
715 for (int i = markerSequence.size()-1; iter.hasPrevious(); i--) {
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/objects/
H A DNativeArray.java1120 boolean hasPrevious = true;
1125 } else if (hasPrevious) {
1128 hasPrevious = hasCurrent;
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSModelImpl.java823 public boolean hasPrevious() { method in class:XSModelImpl.XSNamespaceItemListIterator
/openjdk10/jdk/test/java/util/Collection/
H A DRemoveMicroBenchmark.java231 public boolean hasNext() { return it.hasPrevious(); }
H A DIteratorMicroBenchmark.java233 public boolean hasNext() { return it.hasPrevious(); }
H A DMOAT.java847 while (lit.hasPrevious()) {
857 check(!asList.listIterator().hasPrevious());
/openjdk10/jdk/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/keys/keyresolver/implementations/
H A DRetrievalMethodResolver.java383 while (it2.hasPrevious()) {
/openjdk10/jdk/src/java.desktop/share/classes/java/awt/
H A DDefaultKeyboardFocusManager.java1302 while (iter.hasPrevious()) {
/openjdk10/jdk/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/c14n/implementations/
H A DCanonicalizerBase.java632 while (it.hasPrevious()) {
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DDocTreeMaker.java500 boolean isFirst = !itr.hasPrevious();
/openjdk10/jdk/src/java.base/share/classes/com/sun/java/util/jar/pack/
H A DPackage.java1243 for (ListIterator<File> i = files.listIterator(files.size()); i.hasPrevious(); ) {
H A DConstantPool.java1504 work.hasPrevious(); ) {
/openjdk10/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DXMLKit.java2294 public boolean hasPrevious() { method in class:XMLKit.Element.Itr
2306 if (!hasPrevious()) {
/openjdk10/jdk/src/jdk.internal.le/share/classes/jdk/internal/jline/console/
H A DConsoleReader.java3949 while (it.hasPrevious()) {
/openjdk10/langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/
H A DHtmlDocletWriter.java1790 boolean isFirstNode = !iterator.hasPrevious();

Completed in 416 milliseconds

12