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

Method asMap

corpus/java/training/guava/collect/Multimap.java:359–359  ·  view source on GitHub ↗

Returns a view of this multimap as a Map from each distinct key to the nonempty collection of that key's associated values. Note that this.asMap().get(k) is equivalent to this.get(k) only when k is a key contained in the multimap; otherwise it returns null as

()

Source from the content-addressed store, hash-verified

357 * Map.Entry#setValue setValue}.
358 */
359 Map<K, Collection<V>> asMap();
360
361 // Comparison and hashing
362

Callers 15

copyOfMethod · 0.65
subMapMethod · 0.65
headMapMethod · 0.65
tailMapMethod · 0.65
subMapMethod · 0.65
headMapMethod · 0.65
tailMapMethod · 0.65
descendingMapMethod · 0.65
asMapMethod · 0.65
containsKeyMethod · 0.65
removeAllMethod · 0.65
keySetMethod · 0.65

Implementers 10

SynchronizedMultimapoutput/java_guava/1.4.17/Synchronized.
ForwardingMultimapoutput/java_guava/1.4.17/ForwardingMul
SynchronizedMultimapoutput/java_guava/1.4.19/Synchronized.
ForwardingMultimapoutput/java_guava/1.4.19/ForwardingMul
SynchronizedMultimapoutput/java_guava/1.4.16/Synchronized.
ForwardingMultimapoutput/java_guava/1.4.16/ForwardingMul
SynchronizedMultimapoutput/java_guava/1.4.18/Synchronized.
ForwardingMultimapoutput/java_guava/1.4.18/ForwardingMul
SynchronizedMultimapcorpus/java/training/guava/collect/Syn
ForwardingMultimapcorpus/java/training/guava/collect/For

Calls

no outgoing calls

Tested by

no test coverage detected