Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BruceEckel/OnJava8-Examples
/ remove
Method
remove
collections/IterableClass.java:20–23 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
18
@Override
19
public
String next() {
return
words[index++]; }
20
@Override
21
public
void
remove() {
// Not implemented
22
throw
new
UnsupportedOperationException();
23
}
24
};
25
}
26
public
static
void
main(String[] args) {
Callers
14
main
Method · 0.45
printQ
Method · 0.45
main
Method · 0.45
main
Method · 0.45
main
Method · 0.45
basicTest
Method · 0.45
iterManipulation
Method · 0.45
testVisual
Method · 0.45
main
Method · 0.45
main
Method · 0.45
main
Method · 0.45
test
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected