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

Method iterator

output/java_guava/1.4.18/Maps.java:3682–3685  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3680 }
3681
3682 @Override
3683 public Iterator<K> iterator() {
3684 return keyIterator(map().entrySet().iterator());
3685 }
3686
3687 @Override
3688 public int size() {

Callers 1

toArrayMethod · 0.95

Calls 4

mapMethod · 0.95
iteratorMethod · 0.65
entrySetMethod · 0.65
keyIteratorMethod · 0.45

Tested by

no test coverage detected