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

Method iterator

output/java_guava/1.4.19/Maps.java:3686–3689  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3684 }
3685
3686 @Override
3687 public Iterator<K> iterator() {
3688 return keyIterator(map().entrySet().iterator());
3689 }
3690
3691 @Override
3692 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