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

Method next

output/java_guava/1.4.18/Lists.java:958–965  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

956 }
957
958 @Override
959 public T next() {
960 if (!hasNext()) {
961 throw new NoSuchElementException();
962 }
963 canRemoveOrSet = true;
964 return forwardIterator.previous();
965 }
966
967 @Override
968 public int nextIndex() {

Callers

nothing calls this directly

Calls 2

hasNextMethod · 0.95
previousMethod · 0.45

Tested by

no test coverage detected