MCPcopy
hub / github.com/google/guava / keySet

Method keySet

android/guava/src/com/google/common/collect/Multimap.java:299–299  ·  view source on GitHub ↗

Returns a view collection of all <i>distinct</i> 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. <p>Changes to the returned set will update the underlying multimap, and vice versa. However, <i>adding</i> to the

()

Source from the content-addressed store, hash-verified

297 * <i>adding</i> to the returned set is not possible.
298 */
299 Set<K> keySet();
300
301 /**
302 * Returns a view collection containing the key from each key-value pair in this multimap,

Callers 15

toStringMethod · 0.65
delegateMethod · 0.65
ValueSetClass · 0.65
createElementSetMethod · 0.65
getKeyMethod · 0.65
createKeySetMethod · 0.65
keySetMethod · 0.65
createKeySetMethod · 0.65
keySetMethod · 0.65
subSetMethod · 0.65
headSetMethod · 0.65

Implementers 1

SynchronizedMultimapguava/src/com/google/common/collect/Sy

Calls

no outgoing calls

Tested by 15

createElementSetMethod · 0.52
testInvalidateMethod · 0.52
checkEmptyMethod · 0.52
testBulkLoad_extraMethod · 0.52
testBulkLoad_clobberMethod · 0.52
testKeySet_clearMethod · 0.52
testKeySet_removeMethod · 0.52