Package org.eclipse.collections.api.multimap.sortedset
This package contains interfaces for
SortedSetMultimap.
A SortedSetMultimap is a type of Multimap that stores the values for keys in a MutableSortedSet.
This package contains 3 interfaces:
-
SortedSetMultimap- A Read-only SortedSet Multimap API. -
MutableSortedSetMultimap- Modifiable SortedSet multimap. -
ImmutableSortedSetMultimap- Non-modifiable equivalent interface toMutableSortedSetMultimap.
-
Interface Summary Interface Description ImmutableSortedSetMultimap<K,V> MutableSortedSetMultimap<K,V> SortedSetMultimap<K,V>