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

Method iterator

corpus/java/training/guava/collect/Multimaps.java:1645–1648  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1643 }
1644
1645 @Override
1646 public Iterator<K> iterator() {
1647 return Maps.keyIterator(multimap.entries().iterator());
1648 }
1649
1650 @Override
1651 public int count(@Nullable Object element) {

Callers

nothing calls this directly

Calls 3

keyIteratorMethod · 0.95
iteratorMethod · 0.65
entriesMethod · 0.65

Tested by

no test coverage detected