MCPcopy Create free account
hub / github.com/antlr/codebuff / nextIndex

Method nextIndex

output/java_guava/1.4.16/Lists.java:967–970  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

965 }
966
967 @Override
968 public int nextIndex() {
969 return reversePosition(forwardIterator.nextIndex());
970 }
971
972 @Override
973 public T previous() {

Callers 2

previousIndexMethod · 0.95
lastIndexOfImplMethod · 0.45

Calls 1

reversePositionMethod · 0.95

Tested by

no test coverage detected