Class CharSets
- java.lang.Object
-
- org.eclipse.collections.api.factory.primitive.CharSets
-
public final class CharSets extends java.lang.Object
CharSets is a static utility for creatingImmutableCharSetFactory
andMutableCharSetFactory
. This file was automatically generated from template file primitiveSetsAPI.stg.- Since:
- 11.1.
-
-
Field Summary
Fields Modifier and Type Field Description static ImmutableCharSetFactory
immutable
static MutableCharSetFactory
mutable
-
Constructor Summary
Constructors Modifier Constructor Description private
CharSets()
-
-
-
Field Detail
-
immutable
public static final ImmutableCharSetFactory immutable
-
mutable
public static final MutableCharSetFactory mutable
-
-