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

Method nextIndex

lib/java/util/Collections.java:1144–1146  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1142 }
1143
1144 public int nextIndex() {
1145 return iterator.nextIndex();
1146 }
1147
1148 public E previous() {
1149 return iterator.previous();

Callers

nothing calls this directly

Calls 1

nextIndexMethod · 0.65

Tested by

no test coverage detected