Class ShortStacks
- java.lang.Object
-
- org.eclipse.collections.impl.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 primitiveStacks.stg.- Since:
- 4.0.
-
-
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
-
-