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

Method keyFunction

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

Source from the content-addressed store, hash-verified

104 }
105
106 @SuppressWarnings("unchecked")
107 static <K> Function<Entry<K, ?>, K> keyFunction() {
108 return (Function) EntryFunction.KEY;
109 }
110
111 @SuppressWarnings("unchecked")
112 static <V> Function<Entry<?, V>, V> valueFunction() {

Callers 4

keyIteratorMethod · 0.95
keyPredicateOnEntriesMethod · 0.95
retainAllMethod · 0.95
onKeysMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected