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

Method nextIndex

lib/java/util/Collections.java:2887–2889  ·  view source on GitHub ↗

@see java.util.ListIterator#nextIndex()

()

Source from the content-addressed store, hash-verified

2885 * @see java.util.ListIterator#nextIndex()
2886 */
2887 public int nextIndex() {
2888 return i.nextIndex();
2889 }
2890
2891 /**
2892 * @see java.util.ListIterator#previousIndex()

Callers

nothing calls this directly

Calls 1

nextIndexMethod · 0.65

Tested by

no test coverage detected