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