Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ iterator
Method
iterator
output/java_guava/1.4.17/AbstractBiMap.java:235–238 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
233
}
234
235
@Override
236
public
Iterator<K> iterator() {
237
return
Maps.keyIterator(entrySet().iterator());
238
}
239
}
240
241
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