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

Method apply

output/java_guava/1.4.17/Multimaps.java:1801–1804  ·  view source on GitHub ↗
(K key)

Source from the content-addressed store, hash-verified

1799 multimap.keySet(),
1800 new Function<K, Collection<V>>() {
1801 @Override
1802 public Collection<V> apply(K key) {
1803 return multimap.get(key);
1804 }
1805 });
1806 }
1807

Callers 1

setValueMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected