MCPcopy Index your code
hub / github.com/antlr/codebuff / next

Method next

output/java_guava/1.4.18/Iterators.java:80–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78 }
79
80 @Override
81 public Object next() {
82 throw new NoSuchElementException();
83 }
84
85 @Override
86 public boolean hasPrevious() {

Callers

nothing calls this directly

Calls 7

hasNextMethod · 0.95
nextMethod · 0.65
iteratorMethod · 0.65
removeMethod · 0.65
asListMethod · 0.45
subListMethod · 0.45
nextElementMethod · 0.45

Tested by

no test coverage detected