Uses of Class
org.eclipse.collections.impl.set.sorted.immutable.AbstractImmutableSortedSet
-
Packages that use AbstractImmutableSortedSet Package Description org.eclipse.collections.impl.set.sorted.immutable This package contains implementations ofImmutableSortedSet
. -
-
Uses of AbstractImmutableSortedSet in org.eclipse.collections.impl.set.sorted.immutable
Subclasses of AbstractImmutableSortedSet in org.eclipse.collections.impl.set.sorted.immutable Modifier and Type Class Description (package private) class
ImmutableEmptySortedSet<T>
This is a zero elementImmutableSortedSet
which is created by calling the SortedSets.immutable.empty() method.(package private) class
ImmutableTreeSet<T>
-