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

Method containsKey

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

Returns true if this multimap contains at least one key-value pair with the key key.

(@Nullable Object key)

Source from the content-addressed store, hash-verified

186 * with the key {@code key}.
187 */
188 boolean containsKey(@Nullable Object key);
189
190 /**
191 * Returns {@code true} if this multimap contains at least one key-value pair

Callers 15

containsKeyMethod · 0.65
getPropertyMethod · 0.65
passthruMethod · 0.65
storeArgsMethod · 0.65
containsKeyMethod · 0.65
getPropertyMethod · 0.65
passthruMethod · 0.65
storeArgsMethod · 0.65
containsKeyMethod · 0.65
getPropertyMethod · 0.65
passthruMethod · 0.65
storeArgsMethod · 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