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

Method next

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

Source from the content-addressed store, hash-verified

1504 }
1505
1506 @Override
1507 public Entry<K, V> next() {
1508 return unmodifiableEntry(entryIterator.next());
1509 }
1510 };
1511 }
1512

Callers

nothing calls this directly

Calls 2

unmodifiableEntryMethod · 0.95
nextMethod · 0.65

Tested by

no test coverage detected