MCPcopy Create free account
hub / github.com/Berkeley-CS61B/lectureCode-sp15 / ULLMap

Class ULLMap

lec17/live2/Map/ULLMap.java:9–153  ·  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. Supports get(key), put(key, value), and contains(key) methods. The value associated to a key is the value in the last call to put w

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