Class ImmutableArrayList.SetView

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

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