MCPcopy Index your code
hub / github.com/davidgiven/luje / containsKey

Method containsKey

lib/java/util/Map.java:102–102  ·  view source on GitHub ↗

Returns whether this Map contains the specified key. @param key the key to search for. @return true if this map contains the specified key, false otherwise.

(Object key)

Source from the content-addressed store, hash-verified

100 * {@code false} otherwise.
101 */
102 public boolean containsKey(Object key);
103
104 /**
105 * Returns whether this {@code Map} contains the specified value.

Callers 13

getHistoricalNameMethod · 0.65
getValueMethod · 0.65
setValueMethod · 0.65
containsKeyMethod · 0.65
containsMethod · 0.65
containsMethod · 0.65
removeMethod · 0.65
containsMethod · 0.65
equalsMethod · 0.65
containsMethod · 0.65
containsKeyMethod · 0.65
containsKeyMethod · 0.65

Implementers 5

AbstractMaplib/java/util/AbstractMap.java
Hashtablelib/java/util/Hashtable.java
SynchronizedMaplib/java/util/Collections.java
UnmodifiableMaplib/java/util/Collections.java
CheckedMaplib/java/util/Collections.java

Calls

no outgoing calls

Tested by

no test coverage detected