Class ByteStacks
- java.lang.Object
-
- org.eclipse.collections.impl.factory.primitive.ByteStacks
-
public final class ByteStacks extends java.lang.Object
ByteStacks is a static utility for creatingImmutableByteStackFactory
andMutableByteStackFactory
. This file was automatically generated from template file primitiveStacks.stg.- Since:
- 4.0.
-
-
Field Summary
Fields Modifier and Type Field Description static ImmutableByteStackFactory
immutable
static MutableByteStackFactory
mutable
-
Constructor Summary
Constructors Modifier Constructor Description private
ByteStacks()
-
-
-
Field Detail
-
immutable
public static final ImmutableByteStackFactory immutable
-
mutable
public static final MutableByteStackFactory mutable
-
-