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

Method iterator

output/java_guava/1.4.17/Maps.java:901–904  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

899 }
900
901 @Override
902 public Iterator<Entry<K, V>> iterator() {
903 return asMapEntryIterator(backingSet(), function);
904 }
905 }
906 return new EntrySetImpl();
907 }

Callers

nothing calls this directly

Calls 2

asMapEntryIteratorMethod · 0.45
backingSetMethod · 0.45

Tested by

no test coverage detected