Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ iterator
Method
iterator
output/java_guava/1.4.18/Maps.java:3682–3685 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3680
}
3681
3682
@Override
3683
public
Iterator<K> iterator() {
3684
return
keyIterator(map().entrySet().iterator());
3685
}
3686
3687
@Override
3688
public
int
size() {
Callers
1
toArray
Method · 0.95
Calls
4
map
Method · 0.95
iterator
Method · 0.65
entrySet
Method · 0.65
keyIterator
Method · 0.45
Tested by
no test coverage detected