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

Method entries

output/java_guava/1.4.17/LinkedListMultimap.java:826–829  ·  view source on GitHub ↗

{@inheritDoc} The iterator generated by the returned collection traverses the entries in the order they were added to the multimap. Because the entries may have duplicates and follow the insertion ordering, this method returns a List, instead of the Collection specified in the {@

()

Source from the content-addressed store, hash-verified

824 */
825
826 @Override
827 public List<Entry<K, V>> entries() {
828 return (List<Entry<K, V>>) super.entries();
829 }
830
831 @Override
832 List<Entry<K, V>> createEntries() {

Callers 1

writeObjectMethod · 0.95

Calls 1

entriesMethod · 0.65

Tested by

no test coverage detected