java.io.Serializable, java.lang.Comparable<MutableDoubleCharMapFactoryImpl>, MutableDoubleCharMapFactorypublic enum MutableDoubleCharMapFactoryImpl extends java.lang.Enum<MutableDoubleCharMapFactoryImpl> implements MutableDoubleCharMapFactory
MutableDoubleCharMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
MutableDoubleCharMap |
empty() |
|
<T> MutableDoubleCharMap |
from(java.lang.Iterable<T> iterable,
DoubleFunction<? super T> keyFunction,
CharFunction<? super T> valueFunction) |
Creates an
MutableDoubleCharMap from an Iterable<T> by applying keyFunction and valueFunction. |
MutableDoubleCharMap |
of() |
Same as
MutableDoubleCharMapFactory.empty(). |
MutableDoubleCharMap |
ofAll(DoubleCharMap map) |
|
MutableDoubleCharMap |
ofInitialCapacity(int capacity) |
Same as
MutableDoubleCharMapFactory.empty(). |
static MutableDoubleCharMapFactoryImpl |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static MutableDoubleCharMapFactoryImpl[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
MutableDoubleCharMap |
with() |
Same as
MutableDoubleCharMapFactory.empty(). |
MutableDoubleCharMap |
withAll(DoubleCharMap map) |
|
MutableDoubleCharMap |
withInitialCapacity(int capacity) |
Same as
MutableDoubleCharMapFactory.empty(). |
public static final MutableDoubleCharMapFactoryImpl INSTANCE
public static MutableDoubleCharMapFactoryImpl[] values()
for (MutableDoubleCharMapFactoryImpl c : MutableDoubleCharMapFactoryImpl.values()) System.out.println(c);
public static MutableDoubleCharMapFactoryImpl 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 MutableDoubleCharMap empty()
empty in interface MutableDoubleCharMapFactorypublic MutableDoubleCharMap of()
MutableDoubleCharMapFactoryMutableDoubleCharMapFactory.empty().of in interface MutableDoubleCharMapFactorypublic MutableDoubleCharMap with()
MutableDoubleCharMapFactoryMutableDoubleCharMapFactory.empty().with in interface MutableDoubleCharMapFactorypublic MutableDoubleCharMap ofInitialCapacity(int capacity)
MutableDoubleCharMapFactoryMutableDoubleCharMapFactory.empty(). but takes in an initial capacityofInitialCapacity in interface MutableDoubleCharMapFactorypublic MutableDoubleCharMap withInitialCapacity(int capacity)
MutableDoubleCharMapFactoryMutableDoubleCharMapFactory.empty(). but takes in an initial capacitywithInitialCapacity in interface MutableDoubleCharMapFactorypublic MutableDoubleCharMap ofAll(DoubleCharMap map)
MutableDoubleCharMapFactoryofAll in interface MutableDoubleCharMapFactorypublic MutableDoubleCharMap withAll(DoubleCharMap map)
withAll in interface MutableDoubleCharMapFactorypublic <T> MutableDoubleCharMap from(java.lang.Iterable<T> iterable, DoubleFunction<? super T> keyFunction, CharFunction<? super T> valueFunction)
MutableDoubleCharMapFactoryMutableDoubleCharMap from an Iterable<T> by applying keyFunction and valueFunction.from in interface MutableDoubleCharMapFactoryCopyright © 2004–2020. All rights reserved.