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

Method iterator

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

Source from the content-addressed store, hash-verified

3799 }
3800
3801 @Override
3802 public Iterator<V> iterator() {
3803 return valueIterator(map().entrySet().iterator());
3804 }
3805
3806 @Override
3807 public boolean remove(Object o) {

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