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/ImmutableEnumSet.java:66–69 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
64
}
65
66
@Override
67
public
UnmodifiableIterator<E> iterator() {
68
return
Iterators.unmodifiableIterator(delegate.iterator());
69
}
70
71
@Override
72
public
int
size() {
Callers
nothing calls this directly
Calls
2
unmodifiableIterator
Method · 0.95
iterator
Method · 0.65
Tested by
no test coverage detected