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

Method hasNext

corpus/java/training/guava/collect/Maps.java:1337–1340  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1335 final Iterator<Entry<K, V>> entryIterator) {
1336 return new UnmodifiableIterator<Entry<K, V>>() {
1337 @Override
1338 public boolean hasNext() {
1339 return entryIterator.hasNext();
1340 }
1341
1342 @Override
1343 public Entry<K, V> next() {

Callers 15

computeNextMethod · 0.45
computeNextMethod · 0.45
addAllMethod · 0.45
toMapMethod · 0.45
uniqueIndexMethod · 0.45
computeNextMethod · 0.45
isEmptyMethod · 0.45
entryIteratorMethod · 0.45
computeNextMethod · 0.45
computeNextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected