Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Berkeley-CS61B/skeleton-sp23
/ Node
Method
Node
lab08/src/hashmap/MyHashMap.java:22–25 ·
view source on GitHub ↗
(K k, V v)
Source
from the content-addressed store, hash-verified
20
V value;
21
22
Node(K k, V v) {
23
key = k;
24
value = v;
25
}
26
}
27
28
/* Instance Variables */
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected