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