MCPcopy 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

keyIteratorMethod · 0.95
iteratorMethod · 0.65
entrySetMethod · 0.65

Tested by

no test coverage detected