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