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

Method entries

output/java_guava/1.4.17/ImmutableMultimap.java:559–562  ·  view source on GitHub ↗

Returns an immutable collection of all key-value pairs in the multimap.

()

Source from the content-addressed store, hash-verified

557 */
558
559 @Override
560 public ImmutableCollection<Entry<K, V>> entries() {
561 return (ImmutableCollection<Entry<K, V>>) super.entries();
562 }
563
564 @Override
565 ImmutableCollection<Entry<K, V>> createEntries() {

Callers

nothing calls this directly

Calls 1

entriesMethod · 0.65

Tested by

no test coverage detected