MCPcopy Create free account
hub / github.com/davidgiven/luje / previousIndex

Method previousIndex

lib/java/util/ListIterator.java:99–99  ·  view source on GitHub ↗

Returns the index of the previous object in the iteration. @return the index of the previous object, or -1 if the iterator is at the beginning. @throws NoSuchElementException if there are no previous elements. @see #previous

()

Source from the content-addressed store, hash-verified

97 * @see #previous
98 */
99 public int previousIndex();
100
101 /**
102 * Removes the last object returned by {@code next} or {@code previous} from

Callers 7

previousIndexMethod · 0.65
binarySearchMethod · 0.65
previousIndexMethod · 0.65
hasPreviousMethod · 0.65
previousMethod · 0.65
previousIndexMethod · 0.65
indexOfMethod · 0.65

Implementers 4

UnmodifiableListlib/java/util/Collections.java
CheckedListIteratorlib/java/util/Collections.java
LinkIteratorlib/java/util/LinkedList.java
SubAbstractListIteratorlib/java/util/AbstractList.java

Calls

no outgoing calls

Tested by

no test coverage detected