MCPcopy Index your code
hub / github.com/antlr/codebuff / keySet

Method keySet

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

Returns a view collection of all distinct keys contained in this multimap. Note that the key set contains a key if and only if this multimap maps that key to at least one value. Changes to the returned set will update the underlying multimap, and vice versa. However, adding to the

()

Source from the content-addressed store, hash-verified

310 * vice versa. However, <i>adding</i> to the returned set is not possible.
311 */
312 Set<K> keySet();
313
314 /**
315 * Returns a view collection containing the key from each key-value pair in

Callers 15

loadMethod · 0.65
getMethod · 0.65
keySetMethod · 0.65
getPropertyMethod · 0.65
toArrayMethod · 0.65
storeArgsMethod · 0.65
zip_mapMethod · 0.65
showMethod · 0.65
loadMethod · 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