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

Method valueFunction

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

Source from the content-addressed store, hash-verified

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

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