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

Method valueFunction

corpus/java/training/guava/collect/Maps.java:110–113  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

108 }
109
110 @SuppressWarnings("unchecked")
111 static <V> Function<Entry<?, V>, V> valueFunction() {
112 return (Function) EntryFunction.VALUE;
113 }
114
115 static <K, V> Iterator<K> keyIterator(Iterator<Entry<K, V>> entryIterator) {
116 return Iterators.transform(entryIterator, Maps.<K>keyFunction());

Callers 6

valueIteratorMethod · 0.95
removeAllMethod · 0.95
retainAllMethod · 0.95
buildMethod · 0.95
buildMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected