MCPcopy 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

keyIteratorMethod · 0.95
iteratorMethod · 0.65
entrySetMethod · 0.65

Tested by

no test coverage detected