Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/davidgiven/luje
/ next
Method
next
lib/java/util/AbstractMap.java:245–247 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
243
}
244
245
public
K next() {
246
return
setIterator.next().getKey();
247
}
248
249
public
void
remove() {
250
setIterator.remove();
Callers
nothing calls this directly
Calls
3
getKey
Method · 0.65
next
Method · 0.65
getValue
Method · 0.65
Tested by
no test coverage detected