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

Method keySet

lab07/src/Map61B.java:31–31  ·  view source on GitHub ↗

Returns a Set view of the keys contained in this map. Not required for Lab 7. If you don't implement this, throw an UnsupportedOperationException.

()

Source from the content-addressed store, hash-verified

29 /** Returns a Set view of the keys contained in this map. Not required for Lab 7.
30 * If you don't implement this, throw an UnsupportedOperationException. */
31 Set<K> keySet();
32
33 /** Removes the mapping for the specified key from this map if present,
34 * or null if there is no such mapping.

Callers 4

sanityKeySetTestMethod · 0.65
toStringMethod · 0.65
sanityKeySetTestMethod · 0.65
toStringMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 2

sanityKeySetTestMethod · 0.52
sanityKeySetTestMethod · 0.52