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

Class ULLMap

lab7/bstmap/ULLMap.java:10–146  ·  view source on GitHub ↗

A data structure that uses a linked list to store pairs of keys and values. Any key must appear at most once in the dictionary, but values may appear multiple times. Key operations are get(key), put(key, value), and contains(key) methods. The value associated to a key is the value in the last cal

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected