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

Method keyFunction

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

Source from the content-addressed store, hash-verified

103 }
104
105 @SuppressWarnings("unchecked")
106 static <K> Function<Entry<K, ?>, K> keyFunction() {
107 return (Function) EntryFunction.KEY;
108 }
109
110 @SuppressWarnings("unchecked")
111 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