MCPcopy Create free account
hub / github.com/antlr/codebuff / iterator

Method iterator

output/java_guava/1.4.13/AbstractBiMap.java:260–263  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

258 }
259
260 @Override
261 public Iterator<V> iterator() {
262 return Maps.valueIterator(entrySet().iterator());
263 }
264
265 @Override
266 public Object[] toArray() {

Callers

nothing calls this directly

Calls 3

valueIteratorMethod · 0.95
iteratorMethod · 0.65
entrySetMethod · 0.65

Tested by

no test coverage detected