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

Method valueIterator

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

Source from the content-addressed store, hash-verified

120
121
122 static <K, V> Iterator<V> valueIterator(Iterator<Entry<K, V>> entryIterator) {
123 return Iterators.transform(entryIterator, Maps.<V>valueFunction());
124 }
125
126 /**
127 * 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