Class ByteLists
- java.lang.Object
-
- org.eclipse.collections.impl.factory.primitive.ByteLists
-
public final class ByteLists extends java.lang.Object
ByteLists is a static utility for creatingImmutableByteListFactory
andMutableByteListFactory
. This file was automatically generated from template file primitiveLists.stg.- Since:
- 3.2.
-
-
Field Summary
Fields Modifier and Type Field Description static ImmutableByteListFactory
immutable
static MutableByteListFactory
mutable
-
Constructor Summary
Constructors Modifier Constructor Description private
ByteLists()
-
-
-
Field Detail
-
immutable
public static final ImmutableByteListFactory immutable
-
mutable
public static final MutableByteListFactory mutable
-
-