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

Method valueIterator

corpus/java/training/guava/collect/Maps.java:119–121  ·  view source on GitHub ↗
(Iterator<Entry<K, V>> entryIterator)

Source from the content-addressed store, hash-verified

117 }
118
119 static <K, V> Iterator<V> valueIterator(Iterator<Entry<K, V>> entryIterator) {
120 return Iterators.transform(entryIterator, Maps.<V>valueFunction());
121 }
122
123 /**
124 * Returns an immutable map instance containing the given entries.

Callers 6

iteratorMethod · 0.95
containsValueImplMethod · 0.95
iteratorMethod · 0.95
valueIteratorMethod · 0.95
valueIteratorMethod · 0.95
iteratorMethod · 0.45

Calls 2

transformMethod · 0.95
valueFunctionMethod · 0.95

Tested by

no test coverage detected