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

Method next

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

Source from the content-addressed store, hash-verified

4423
4424 final class KeyIterator extends HashIterator<K> {
4425 @Override
4426 public K next() {
4427 return nextEntry().getKey();
4428 }
4429 }
4430
4431 final class ValueIterator extends HashIterator<V> {

Callers

nothing calls this directly

Calls 2

getKeyMethod · 0.65
nextEntryMethod · 0.45

Tested by

no test coverage detected