java.io.Serializable, java.lang.Comparable<MutableCharDoubleMapFactoryImpl>, MutableCharDoubleMapFactorypublic enum MutableCharDoubleMapFactoryImpl extends java.lang.Enum<MutableCharDoubleMapFactoryImpl> implements MutableCharDoubleMapFactory
MutableCharDoubleMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
MutableCharDoubleMap |
empty() |
|
<T> MutableCharDoubleMap |
from(java.lang.Iterable<T> iterable,
CharFunction<? super T> keyFunction,
DoubleFunction<? super T> valueFunction) |
Creates an
MutableCharDoubleMap from an Iterable<T> by applying keyFunction and valueFunction. |
MutableCharDoubleMap |
of() |
Same as
MutableCharDoubleMapFactory.empty(). |
MutableCharDoubleMap |
ofAll(CharDoubleMap map) |
|
MutableCharDoubleMap |
ofInitialCapacity(int capacity) |
Same as
MutableCharDoubleMapFactory.empty(). |
static MutableCharDoubleMapFactoryImpl |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static MutableCharDoubleMapFactoryImpl[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
MutableCharDoubleMap |
with() |
Same as
MutableCharDoubleMapFactory.empty(). |
MutableCharDoubleMap |
withAll(CharDoubleMap map) |
|
MutableCharDoubleMap |
withInitialCapacity(int capacity) |
Same as
MutableCharDoubleMapFactory.empty(). |
public static final MutableCharDoubleMapFactoryImpl INSTANCE
public static MutableCharDoubleMapFactoryImpl[] values()
for (MutableCharDoubleMapFactoryImpl c : MutableCharDoubleMapFactoryImpl.values()) System.out.println(c);
public static MutableCharDoubleMapFactoryImpl valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic MutableCharDoubleMap empty()
empty in interface MutableCharDoubleMapFactorypublic MutableCharDoubleMap of()
MutableCharDoubleMapFactoryMutableCharDoubleMapFactory.empty().of in interface MutableCharDoubleMapFactorypublic MutableCharDoubleMap with()
MutableCharDoubleMapFactoryMutableCharDoubleMapFactory.empty().with in interface MutableCharDoubleMapFactorypublic MutableCharDoubleMap ofInitialCapacity(int capacity)
MutableCharDoubleMapFactoryMutableCharDoubleMapFactory.empty(). but takes in an initial capacityofInitialCapacity in interface MutableCharDoubleMapFactorypublic MutableCharDoubleMap withInitialCapacity(int capacity)
MutableCharDoubleMapFactoryMutableCharDoubleMapFactory.empty(). but takes in an initial capacitywithInitialCapacity in interface MutableCharDoubleMapFactorypublic MutableCharDoubleMap ofAll(CharDoubleMap map)
MutableCharDoubleMapFactoryofAll in interface MutableCharDoubleMapFactorypublic MutableCharDoubleMap withAll(CharDoubleMap map)
withAll in interface MutableCharDoubleMapFactorypublic <T> MutableCharDoubleMap from(java.lang.Iterable<T> iterable, CharFunction<? super T> keyFunction, DoubleFunction<? super T> valueFunction)
MutableCharDoubleMapFactoryMutableCharDoubleMap from an Iterable<T> by applying keyFunction and valueFunction.from in interface MutableCharDoubleMapFactoryCopyright © 2004–2020. All rights reserved.