protected class |
ImmutableArrayList.ListView |
ListView exposes the underlying ImmutableArrayList through the List interface, maintaining correct equals() and
hashCode() semantics
|
protected class |
ImmutableArrayList.SetView |
SetView exposes the underlying ImmutableArrayList through the Set interface, maintaining correct equals() and
hashCode() semantics
|
protected class |
ImmutableArrayList.SortedSetView |
SetView exposes the underlying ImmutableArrayList through the SortedSet interface, maintaining correct equals() and
hashCode() semantics
|
protected class |
ImmutableMultiList.ListView |
ListView exposes the underlying ImmutableMultiList through the List interface, maintaining correct equals() and
hashCode() semantics
|
protected class |
ImmutableMultiList.SetView |
SetView exposes the underlying ImmutableMultiList through the Set interface, maintaining correct equals() and
hashCode() semantics
|
static class |
WrapperCollections.AbstractWrapperList<E> |
List implementation which delegates all calls to another List.
|
static class |
WrapperCollections.AbstractWrapperSet<E> |
Set implementation which delegates all calls to another Set.
|
static class |
WrapperCollections.AbstractWrapperSortedSet<E> |
SortedSet implementation which delegates all calls to another SortedSet.
|