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

Method iterator

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

Source from the content-addressed store, hash-verified

3868 }
3869
3870 @Override
3871 public Iterator<V> iterator() {
3872 return valueIterator(map().entrySet().iterator());
3873 }
3874
3875 @Override
3876 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