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

Method put

lec17/live2/Map/ULLMap.java:34–43  ·  view source on GitHub ↗

Inserts the key-value pair of KEY and VALUE into this dictionary, replacing the previous value associated to KEY, if any.

(K key, V val)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

invertMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected