Class ShortBags
- java.lang.Object
-
- org.eclipse.collections.impl.factory.primitive.ShortBags
-
public final class ShortBags extends java.lang.Object
ShortBags is a static utility for creatingImmutableShortBagFactory
andMutableShortBagFactory
. This file was automatically generated from template file primitiveBags.stg.- Since:
- 4.0.
-
-
Field Summary
Fields Modifier and Type Field Description static ImmutableShortBagFactory
immutable
static MutableShortBagFactory
mutable
-
Constructor Summary
Constructors Modifier Constructor Description private
ShortBags()
-
-
-
Field Detail
-
immutable
public static final ImmutableShortBagFactory immutable
-
mutable
public static final MutableShortBagFactory mutable
-
-