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

Method entryIterator

output/java_guava/1.4.19/Maps.java:2067–2070  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2065 }
2066
2067 @Override
2068 Iterator<Entry<K, V2>> entryIterator() {
2069 return Iterators.transform(fromMap.entrySet().iterator(), Maps.<K, V1, V2>asEntryToEntryFunction(transformer));
2070 }
2071
2072 @Override
2073 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