Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Berkeley-CS61B/skeleton-sp23
/ next
Method
next
lab07/src/ULLMap.java:117–122 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
115
}
116
117
@Override
118
public
K next() {
119
K ret = cur.key;
120
cur = cur.next;
121
return
ret;
122
}
123
124
/** Stores the current key-value pair. */
125
private
Entry cur;
Callers
3
waitForPositiveInt
Method · 0.45
getGuess
Method · 0.45
provideArguments
Method · 0.45
Calls
no outgoing calls
Tested by
2
waitForPositiveInt
Method · 0.36
provideArguments
Method · 0.36