Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ keyIterator
Method
keyIterator
output/java_guava/1.4.17/ImmutableEnumMap.java:54–57 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
52
}
53
54
@Override
55
UnmodifiableIterator<K> keyIterator() {
56
return
Iterators.unmodifiableIterator(delegate.keySet().iterator());
57
}
58
59
@Override
60
public
int
size() {
Callers
nothing calls this directly
Calls
3
unmodifiableIterator
Method · 0.95
iterator
Method · 0.65
keySet
Method · 0.65
Tested by
no test coverage detected