Contains various generic utilities.
-
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
SetView exposes the underlying ImmutableMultiList through the
Set
interface, maintaining correct
equals() and
hashCode() semantics
static class
SortedSet implementation which delegates all calls to another SortedSet.