MCPcopy Create free account
hub / github.com/ReadyTalk/avian / hasPrevious

Method hasPrevious

classpath/java/util/ListIterator.java:14–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12
13public interface ListIterator<E> extends Iterator<E> {
14 public boolean hasPrevious();
15 public E previous();
16}

Callers 4

testIteratorsMethod · 0.65
testIterators2Method · 0.65
hasPreviousMethod · 0.65
hasNextMethod · 0.65

Implementers 3

MyIteratorclasspath/java/util/LinkedHashMap.java
ArrayListIteratorclasspath/java/util/Collections.java
UnmodifiableListIteratorclasspath/java/util/Collections.java

Calls

no outgoing calls

Tested by 2

testIteratorsMethod · 0.52
testIterators2Method · 0.52