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

Method clear

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

Removes every mapping from this map.

()

Source from the content-addressed store, hash-verified

27
28 /** Removes every mapping from this map. */
29 void clear();
30
31 /** Returns a Set view of the keys contained in this map. Not required for Lab 8.
32 * If you don't implement this, throw an UnsupportedOperationException. */

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