Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/antlr/codebuff
/ iterator
Method
iterator
output/java_guava/1.4.17/Maps.java:3866–3869 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3864
}
3865
3866
@Override
3867
public
Iterator<V> iterator() {
3868
return
valueIterator(map().entrySet().iterator());
3869
}
3870
3871
@Override
3872
public
boolean remove(Object o) {
Callers
nothing calls this directly
Calls
4
map
Method · 0.95
iterator
Method · 0.65
entrySet
Method · 0.65
valueIterator
Method · 0.45
Tested by
no test coverage detected