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

Method entryIterator

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

Source from the content-addressed store, hash-verified

1017 }
1018
1019 @Override
1020 Iterator<Entry<K, V>> entryIterator() {
1021 return asMapEntryIterator(set, function);
1022 }
1023
1024 @Override
1025 Iterator<Entry<K, V>> descendingEntryIterator() {

Callers

nothing calls this directly

Calls 1

asMapEntryIteratorMethod · 0.45

Tested by

no test coverage detected