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

Method keyIterator

output/java_guava/1.4.19/Maps.java:117–119  ·  view source on GitHub ↗
(Iterator<Entry<K, V>> entryIterator)

Source from the content-addressed store, hash-verified

115
116
117 static <K, V> Iterator<K> keyIterator(Iterator<Entry<K, V>> entryIterator) {
118 return Iterators.transform(entryIterator, Maps.<K>keyFunction());
119 }
120
121
122 static <K, V> Iterator<V> valueIterator(Iterator<Entry<K, V>> entryIterator) {

Callers 4

iteratorMethod · 0.95
containsKeyImplMethod · 0.95
iteratorMethod · 0.95
iteratorMethod · 0.45

Calls 2

transformMethod · 0.95
keyFunctionMethod · 0.95

Tested by

no test coverage detected