MCPcopy
hub / github.com/google/guava / hasNext

Method hasNext

guava/src/com/google/common/collect/Iterators.java:138–141  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

136 }
137 return new UnmodifiableIterator<T>() {
138 @Override
139 public boolean hasNext() {
140 return iterator.hasNext();
141 }
142
143 @Override
144 @ParametricNullness

Callers 15

nextMethod · 0.95
sizeMethod · 0.45
containsMethod · 0.45
removeAllMethod · 0.45
removeIfMethod · 0.45
retainAllMethod · 0.45
elementsEqualMethod · 0.45
toStringMethod · 0.45
getOnlyElementMethod · 0.45
addAllMethod · 0.45
computeNextMethod · 0.45
allMethod · 0.45

Calls 2

iteratorMethod · 0.65
hasMoreElementsMethod · 0.45

Tested by

no test coverage detected