Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ iterator
Method
iterator
output/java_guava/1.4.13/AbstractBiMap.java:233–236 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
231
}
232
233
@Override
234
public
Iterator<K> iterator() {
235
return
Maps.keyIterator(entrySet().iterator());
236
}
237
}
238
239
private
transient Set<V> valueSet;
Callers
nothing calls this directly
Calls
3
keyIterator
Method · 0.95
iterator
Method · 0.65
entrySet
Method · 0.65
Tested by
no test coverage detected