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

Method hasNext

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

Source from the content-addressed store, hash-verified

74 static final UnmodifiableListIterator<Object> EMPTY_LIST_ITERATOR =
75 new UnmodifiableListIterator<Object>() {
76 @Override
77 public boolean hasNext() {
78 return false;
79 }
80
81 @Override
82 public Object next() {

Callers 15

nextMethod · 0.95
sizeMethod · 0.45
removeIfMethod · 0.45
elementsEqualMethod · 0.45
getOnlyElementMethod · 0.45
addAllMethod · 0.45
computeNextMethod · 0.45
allMethod · 0.45
tryFindMethod · 0.45
indexOfMethod · 0.45
getMethod · 0.45
getNextMethod · 0.45

Calls 2

iteratorMethod · 0.65
hasMoreElementsMethod · 0.45

Tested by

no test coverage detected