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

Method remove

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

Removes the mapping for the specified key from this map if present, or null if there is no such mapping. Not required for Lab 8. If you don't implement this, throw an UnsupportedOperationException.

(K key)

Source from the content-addressed store, hash-verified

37 * Not required for Lab 8. If you don't implement this, throw an
38 * UnsupportedOperationException. */
39 V remove(K key);
40}

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