Class IntLists
- java.lang.Object
-
- org.eclipse.collections.api.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 primitiveListsAPI.stg.- Since:
- 11.1.
-
-
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
-
-