Class ImmutableArrayList.SortedSetView

All Implemented Interfaces:
Serializable, Iterable, Collection, SequencedCollection, SequencedSet, Set, SortedSet
Enclosing class:
ImmutableArrayList

protected class ImmutableArrayList.SortedSetView extends WrapperCollections.AbstractWrapperSortedSet
SetView exposes the underlying ImmutableArrayList through the SortedSet interface, maintaining correct equals() and hashCode() semantics
See Also: