Class SortedBags
- java.lang.Object
-
- org.eclipse.collections.impl.factory.SortedBags
-
public final class SortedBags extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static ImmutableSortedBagFactory
immutable
static MutableSortedBagFactory
mutable
-
Constructor Summary
Constructors Modifier Constructor Description private
SortedBags()
-
-
-
Field Detail
-
mutable
public static final MutableSortedBagFactory mutable
-
immutable
public static final ImmutableSortedBagFactory immutable
-
-