Class IntLists
- java.lang.Object
-
- org.eclipse.collections.impl.factory.primitive.IntLists
-
public final class IntLists extends java.lang.Object
IntLists is a static utility for creatingImmutableIntListFactory
andMutableIntListFactory
. This file was automatically generated from template file primitiveLists.stg.- Since:
- 3.2.
-
-
Field Summary
Fields Modifier and Type Field Description static ImmutableIntListFactory
immutable
static MutableIntListFactory
mutable
-
Constructor Summary
Constructors Modifier Constructor Description private
IntLists()
-
-
-
Field Detail
-
immutable
public static final ImmutableIntListFactory immutable
-
mutable
public static final MutableIntListFactory mutable
-
-