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

Method nextIndex

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

Returns the index of the next object in the iteration. @return the index of the next object, or the size of the list if the iterator is at the end. @throws NoSuchElementException if there are no more elements. @see #next

()

Source from the content-addressed store, hash-verified

76 * @see #next
77 */
78 public int nextIndex();
79
80 /**
81 * Returns the previous object in the iteration.

Callers 8

addAllMethod · 0.65
nextIndexMethod · 0.65
lastIndexOfSubListMethod · 0.65
nextIndexMethod · 0.65
hasNextMethod · 0.65
nextMethod · 0.65
nextIndexMethod · 0.65
lastIndexOfMethod · 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