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

Method hasNext

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

Source from the content-addressed store, hash-verified

73
74 static final UnmodifiableListIterator<Object> EMPTY_LIST_ITERATOR = new UnmodifiableListIterator<Object>() {
75 @Override
76 public boolean hasNext() {
77 return false;
78 }
79
80 @Override
81 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