public enum MutableDoubleCharMapFactoryImpl extends Enum<MutableDoubleCharMapFactoryImpl> implements MutableDoubleCharMapFactory
MutableDoubleCharMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
MutableDoubleCharMap |
empty() |
<T> MutableDoubleCharMap |
from(Iterable<T> iterable,
DoubleFunction<? super T> keyFunction,
CharFunction<? super T> valueFunction) |
MutableDoubleCharMap |
of() |
MutableDoubleCharMap |
ofAll(DoubleCharMap map) |
MutableDoubleCharMap |
ofInitialCapacity(int capacity) |
static MutableDoubleCharMapFactoryImpl |
valueOf(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() |
MutableDoubleCharMap |
withAll(DoubleCharMap map) |
MutableDoubleCharMap |
withInitialCapacity(int capacity) |
public static final MutableDoubleCharMapFactoryImpl INSTANCE
public static MutableDoubleCharMapFactoryImpl[] values()
for (MutableDoubleCharMapFactoryImpl c : MutableDoubleCharMapFactoryImpl.values()) System.out.println(c);
public static MutableDoubleCharMapFactoryImpl valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic MutableDoubleCharMap empty()
empty in interface MutableDoubleCharMapFactorypublic MutableDoubleCharMap of()
of in interface MutableDoubleCharMapFactorypublic MutableDoubleCharMap with()
with in interface MutableDoubleCharMapFactorypublic MutableDoubleCharMap ofInitialCapacity(int capacity)
ofInitialCapacity in interface MutableDoubleCharMapFactorypublic MutableDoubleCharMap withInitialCapacity(int capacity)
withInitialCapacity in interface MutableDoubleCharMapFactorypublic MutableDoubleCharMap ofAll(DoubleCharMap map)
ofAll in interface MutableDoubleCharMapFactorypublic MutableDoubleCharMap withAll(DoubleCharMap map)
withAll in interface MutableDoubleCharMapFactorypublic <T> MutableDoubleCharMap from(Iterable<T> iterable, DoubleFunction<? super T> keyFunction, CharFunction<? super T> valueFunction)
from in interface MutableDoubleCharMapFactoryCopyright © 2004–2021. All rights reserved.