Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Berkeley-CS61B/skeleton-sp23
/ next
Method
next
lab08/src/hashmap/ULLMap.java:135–140 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
133
}
134
135
@Override
136
public
K next() {
137
K ret = cur.key;
138
cur = cur.next;
139
return
ret;
140
}
141
142
143
/** Stores the current key-value pair. */
Callers
2
waitForPositiveInt
Method · 0.45
waitForPositiveInt
Method · 0.45
Calls
no outgoing calls
Tested by
2
waitForPositiveInt
Method · 0.36
waitForPositiveInt
Method · 0.36