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

Method next

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

Source from the content-addressed store, hash-verified

4430
4431 final class ValueIterator extends HashIterator<V> {
4432 @Override
4433 public V next() {
4434 return nextEntry().getValue();
4435 }
4436 }
4437
4438 /**

Callers

nothing calls this directly

Calls 2

getValueMethod · 0.65
nextEntryMethod · 0.45

Tested by

no test coverage detected