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

Method iterator

corpus/java/training/guava/collect/Maps.java:3621–3624  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3619 }
3620
3621 @Override
3622 public Iterator<K> iterator() {
3623 return keyIterator(map().entrySet().iterator());
3624 }
3625
3626 @Override
3627 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