Class AbstractMapBasedMultimap.WrappedSortedSet

All Implemented Interfaces:
Iterable<V>, Collection<V>, SequencedCollection<V>, SequencedSet<V>, Set<V>, SortedSet<V>
Direct Known Subclasses:
AbstractMapBasedMultimap.WrappedNavigableSet
Enclosing class:
AbstractMapBasedMultimap<K,V>

class AbstractMapBasedMultimap.WrappedSortedSet extends AbstractMapBasedMultimap<K,V>.WrappedCollection implements SortedSet<V>
SortedSet decorator that stays in sync with the multimap values for a key.