Class ImmutableArrayList.SortedSetView

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

@Deprecated(forRemoval=true) protected class ImmutableArrayList.SortedSetView extends WrapperCollections.AbstractWrapperSortedSet
Deprecated, for removal: This API element is subject to removal in a future version.
SetView exposes the underlying ImmutableArrayList through the SortedSet interface, maintaining correct equals() and hashCode() semantics
See Also: