MCPcopy Create free account
hub / github.com/Berkeley-CS61B/skeleton-sp23 / containsKey

Method containsKey

lab08/src/hashmap/Map61B.java:22–22  ·  view source on GitHub ↗

Returns whether this map contains a mapping for the specified key.

(K key)

Source from the content-addressed store, hash-verified

20
21 /** Returns whether this map contains a mapping for the specified key. */
22 boolean containsKey(K key);
23
24
25 /** Returns the number of key-value mappings in this map. */

Callers

nothing calls this directly

Implementers 2

ULLMaplab08/src/hashmap/ULLMap.java
ULLMaplab07/src/ULLMap.java

Calls

no outgoing calls

Tested by

no test coverage detected