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

Method hasNext

guava/src/com/google/common/collect/Maps.java:1501–1504  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1499 Iterator<Entry<K, V>> entryIterator) {
1500 return new UnmodifiableIterator<Entry<K, V>>() {
1501 @Override
1502 public boolean hasNext() {
1503 return entryIterator.hasNext();
1504 }
1505
1506 @Override
1507 public Entry<K, V> next() {

Callers 15

computeNextMethod · 0.45
computeNextMethod · 0.45
addAllMethod · 0.45
immutableEnumMapMethod · 0.45
toMapMethod · 0.45
uniqueIndexMethod · 0.45
removeMethod · 0.45
removeAllMethod · 0.45
retainAllMethod · 0.45
removeAllKeysMethod · 0.45
retainAllKeysMethod · 0.45
computeNextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected