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

Method entryIterator

output/java_guava/1.4.17/Maps.java:2065–2068  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2063 }
2064
2065 @Override
2066 Iterator<Entry<K, V2>> entryIterator() {
2067 return Iterators.transform(fromMap.entrySet().iterator(), Maps.<K, V1, V2>asEntryToEntryFunction(transformer));
2068 }
2069
2070 @Override
2071 public Collection<V2> values() {

Callers

nothing calls this directly

Calls 4

transformMethod · 0.95
iteratorMethod · 0.65
entrySetMethod · 0.65

Tested by

no test coverage detected