MCPcopy Create free account
hub / github.com/antlr/codebuff / next

Method next

output/java_guava/1.4.13/LocalCache.java:4494–4497  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4492
4493 final class EntryIterator extends HashIterator<Entry<K, V>> {
4494 @Override
4495 public Entry<K, V> next() {
4496 return nextEntry();
4497 }
4498 }
4499
4500 abstract class AbstractCacheSet<T> extends AbstractSet<T> {

Callers

nothing calls this directly

Calls 1

nextEntryMethod · 0.45

Tested by

no test coverage detected