{@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 {@
()
| 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() { |