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