Contains various generic utilities.
-
protected class
ListView exposes the underlying ImmutableArrayList through the
List
interface, maintaining correct
equals() and
hashCode() semantics
protected class
SetView exposes the underlying ImmutableArrayList through the
Set
interface, maintaining correct
equals() and
hashCode() semantics
protected class
SetView exposes the underlying ImmutableArrayList through the
SortedSet
interface, maintaining correct
equals() and
hashCode() semantics
protected class
ListView exposes the underlying ImmutableMultiList through the
List
interface, maintaining correct
equals() and
hashCode() semantics
protected class
SetView exposes the underlying ImmutableMultiList through the
Set
interface, maintaining correct
equals() and
hashCode() semantics
static class
List implementation which delegates all calls to another List.
static class
Set implementation which delegates all calls to another Set.
static class
SortedSet implementation which delegates all calls to another SortedSet.