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 ImmutableSortedSetFactoryimmutablestatic MutableSortedSetFactorymutable
-
Constructor Summary
Constructors Modifier Constructor Description privateSortedSets()
-
-
-
Field Detail
-
immutable
public static final ImmutableSortedSetFactory immutable
-
mutable
public static final MutableSortedSetFactory mutable
-
-