Class LongBags
- java.lang.Object
-
- org.eclipse.collections.api.factory.primitive.LongBags
-
public final class LongBags extends java.lang.Object
LongBags is a static utility for creatingImmutableLongBagFactory
andMutableLongBagFactory
. This file was automatically generated from template file primitiveBagsAPI.stg.- Since:
- 11.1.
-
-
Field Summary
Fields Modifier and Type Field Description static ImmutableLongBagFactory
immutable
static MutableLongBagFactory
mutable
-
Constructor Summary
Constructors Modifier Constructor Description private
LongBags()
-
-
-
Field Detail
-
immutable
public static final ImmutableLongBagFactory immutable
-
mutable
public static final MutableLongBagFactory mutable
-
-