Package org.eclipse.collections.impl.set.sorted.immutable
This package contains implementations of
ImmutableSortedSet
.
This package contains the following immutable sorted set implementation:
-
ImmutableEmptySortedSet
- a zero elementImmutableSortedSet
. -
ImmutableTreeSet
- the non-modifiable equivalent ofMutableSortedSet
.
This package contains one factory implementation:
-
ImmutableSortedSetFactoryImpl
- a factory which creates instances of typeImmutableSortedSet
-
Class Summary Class Description AbstractImmutableSortedSet<T> This class is the parent class for all ImmutableSortedSets.ImmutableEmptySortedSet<T> This is a zero elementImmutableSortedSet
which is created by calling the SortedSets.immutable.empty() method.ImmutableSortedSetFactoryImpl ImmutableSortedSetSerializationProxy<T> ImmutableTreeSet<T>