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

Method hasNext

output/java_guava/1.4.18/Maps.java:1369–1372  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1367 static <K, V> UnmodifiableIterator<Entry<K, V>> unmodifiableEntryIterator(final Iterator<Entry<K, V>> entryIterator) {
1368 return new UnmodifiableIterator<Entry<K, V>>() {
1369 @Override
1370 public boolean hasNext() {
1371 return entryIterator.hasNext();
1372 }
1373
1374 @Override
1375 public Entry<K, V> next() {

Callers 15

computeNextMethod · 0.45
removeAllZerosMethod · 0.45
combineOrderedMethod · 0.45
combineUnorderedMethod · 0.45
computeNextMethod · 0.45
addAllMethod · 0.45
toMapMethod · 0.45
uniqueIndexMethod · 0.45
computeNextMethod · 0.45
isEmptyMethod · 0.45
entryIteratorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected