Package org.eclipse.collections.api.multimap.sortedbag
This package contains interfaces for
SortedBagMultimap
.
A SortedBagMultimap is a type of Multimap
that stores the values for keys in a MutableSortedBag
.
This package contains 3 interfaces:
-
SortedBagMultimap
- A Read-only Sorted Bag Multimap API. -
MutableSortedBagMultimap
- Modifiable Sorted Bag multimap. -
ImmutableSortedBagMultimap
- Non-modifiable equivalent interface toMutableSortedBagMultimap
.
-
Interface Summary Interface Description ImmutableSortedBagMultimap<K,V> MutableSortedBagMultimap<K,V> SortedBagMultimap<K,V>