Interface ListMultimap<K,V>
- All Superinterfaces:
Multimap<K,V>
- All Known Subinterfaces:
ListMultimap.Mutable<K,V>
- All Known Implementing Classes:
ArrayListMultimap,ClassInheritanceMultimap
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
get
Gets thecollectionof paired values for the providedkey. It is expected that regardless whether akeyhas any valus matched, the returnedcollectionis nevernullbut possiblyempty.Unlike other possible implementations, this
Collectionreturned is of aList. It is not guaranteed that the insertion order is retained, or that the provided list is sorted.
-