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