Class LongBags
- java.lang.Object
-
- org.eclipse.collections.impl.factory.primitive.LongBags
-
public final class LongBags extends java.lang.ObjectLongBags is a static utility for creatingImmutableLongBagFactoryandMutableLongBagFactory. This file was automatically generated from template file primitiveBags.stg.- Since:
- 4.0.
-
-
Field Summary
Fields Modifier and Type Field Description static ImmutableLongBagFactoryimmutablestatic MutableLongBagFactorymutable
-
Constructor Summary
Constructors Modifier Constructor Description privateLongBags()
-
-
-
Field Detail
-
immutable
public static final ImmutableLongBagFactory immutable
-
mutable
public static final MutableLongBagFactory mutable
-
-