Class IntStacks
- java.lang.Object
-
- org.eclipse.collections.api.factory.primitive.IntStacks
-
public final class IntStacks extends java.lang.Object
IntStacks is a static utility for creatingImmutableIntStackFactory
andMutableIntStackFactory
. This file was automatically generated from template file primitiveStacksAPI.stg.- Since:
- 11.1.
-
-
Field Summary
Fields Modifier and Type Field Description static ImmutableIntStackFactory
immutable
static MutableIntStackFactory
mutable
-
Constructor Summary
Constructors Modifier Constructor Description private
IntStacks()
-
-
-
Field Detail
-
immutable
public static final ImmutableIntStackFactory immutable
-
mutable
public static final MutableIntStackFactory mutable
-
-