Class CharDoubleMaps
- java.lang.Object
-
- org.eclipse.collections.impl.factory.primitive.CharDoubleMaps
-
public final class CharDoubleMaps extends java.lang.Object
CharDoubleMaps is a static utility for creatingImmutableCharDoubleMapFactory
andMutableCharDoubleMapFactory
. This file was automatically generated from template file primitivePrimitiveMaps.stg.- Since:
- 4.0.
-
-
Field Summary
Fields Modifier and Type Field Description static ImmutableCharDoubleMapFactory
immutable
static MutableCharDoubleMapFactory
mutable
-
Constructor Summary
Constructors Modifier Constructor Description private
CharDoubleMaps()
-
-
-
Field Detail
-
immutable
public static final ImmutableCharDoubleMapFactory immutable
-
mutable
public static final MutableCharDoubleMapFactory mutable
-
-