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