MCPcopy Create free account
hub / github.com/Berkeley-CS61B/skeleton-sp21 / get

Method get

lab8/hashmap/Map61B.java:20–20  ·  view source on GitHub ↗

Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.

(K key)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Implementers 2

ULLMaplab8/hashmap/ULLMap.java
ULLMaplab7/bstmap/ULLMap.java

Calls

no outgoing calls

Tested by

no test coverage detected