Package org.eclipse.collections.impl.set.sorted.immutable
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
-
ClassesClassDescriptionThis class is the parent class for all ImmutableSortedSets.This is a zero element
ImmutableSortedSet
which is created by calling the SortedSets.immutable.empty() method.