Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ iterator
Method
iterator
corpus/java/training/guava/collect/Maps.java:3621–3624 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3619
}
3620
3621
@Override
3622
public
Iterator<K> iterator() {
3623
return
keyIterator(map().entrySet().iterator());
3624
}
3625
3626
@Override
3627
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