Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ iterator
Method
iterator
output/java_guava/1.4.16/ImmutableSet.java:368–371 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
366
abstract E get(
int
index);
367
368
@Override
369
public
UnmodifiableIterator<E> iterator() {
370
return
asList().iterator();
371
}
372
373
@Override
374
ImmutableList<E> createAsList() {
Callers
nothing calls this directly
Calls
2
iterator
Method · 0.65
asList
Method · 0.45
Tested by
no test coverage detected