Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BruceEckel/OnJava8-Examples
/ next
Method
next
collections/AdapterMethodIdiom.java:21–22 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
19
return
current > -1;
20
}
21
@Override
22
public
T next() {
return
get(current--); }
23
@Override
24
public
void
remove() {
// Not implemented
25
throw
new
UnsupportedOperationException();
Callers
nothing calls this directly
Calls
1
get
Method · 0.65
Tested by
no test coverage detected