Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ iterator
Method
iterator
output/java_guava/1.4.19/Maps.java:3686–3689 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3684
}
3685
3686
@Override
3687
public
Iterator<K> iterator() {
3688
return
keyIterator(map().entrySet().iterator());
3689
}
3690
3691
@Override
3692
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