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

Method next

corpus/java/training/guava/collect/Iterators.java:81–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79 }
80
81 @Override
82 public Object next() {
83 throw new NoSuchElementException();
84 }
85
86 @Override
87 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