Class SortedSets
- java.lang.Object
-
- org.eclipse.collections.api.factory.SortedSets
-
public final class SortedSets extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static ImmutableSortedSetFactory
immutable
static MutableSortedSetFactory
mutable
-
Constructor Summary
Constructors Modifier Constructor Description private
SortedSets()
-
-
-
Field Detail
-
immutable
public static final ImmutableSortedSetFactory immutable
-
mutable
public static final MutableSortedSetFactory mutable
-
-