SortedSetMultimap interface.See: Description
| Class | Description |
|---|---|
| ImmutableSortedSetMultimapImpl<K,V> |
The default ImmutableSortedSetMultimap implementation.
|
| TreeSortedSetMultimap<K,V> |
SortedSetMultimap interface.
A SortedSetMultimap is a type of MultiMap that uses a sorted set as its underlying store for the multiple values of a given key.
This package contains the following implementations:
TreeSortedSetMultimap - a MutableSortedSetMultiMap which uses a TreeSortedSet as its underlying store for the multiple values of a given key.
ImmutableSortedSetMultimapImpl - the default ImmutableSortedSetMultiMap implementation.