MCPcopy
hub / github.com/google/guava / iterator

Method iterator

guava/src/com/google/common/collect/Maps.java:4084–4087  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4082 }
4083
4084 @Override
4085 public Iterator<V> iterator() {
4086 return valueIterator(map().entrySet().iterator());
4087 }
4088
4089 @Override
4090 public void forEach(Consumer<? super V> action) {

Callers

nothing calls this directly

Calls 4

mapMethod · 0.95
iteratorMethod · 0.65
entrySetMethod · 0.65
valueIteratorMethod · 0.45

Tested by

no test coverage detected