Class CharBags
- java.lang.Object
-
- org.eclipse.collections.impl.factory.primitive.CharBags
-
public final class CharBags extends java.lang.Object
CharBags is a static utility for creatingImmutableCharBagFactory
andMutableCharBagFactory
. This file was automatically generated from template file primitiveBags.stg.- Since:
- 4.0.
-
-
Field Summary
Fields Modifier and Type Field Description static ImmutableCharBagFactory
immutable
static MutableCharBagFactory
mutable
-
Constructor Summary
Constructors Modifier Constructor Description private
CharBags()
-
-
-
Field Detail
-
immutable
public static final ImmutableCharBagFactory immutable
-
mutable
public static final MutableCharBagFactory mutable
-
-