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

Method iterator

output/java_guava/1.4.18/AbstractBiMap.java:264–267  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

262 }
263
264 @Override
265 public Iterator<V> iterator() {
266 return Maps.valueIterator(entrySet().iterator());
267 }
268
269 @Override
270 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