public enum MutableCharDoubleMapFactoryImpl extends Enum<MutableCharDoubleMapFactoryImpl> implements MutableCharDoubleMapFactory
MutableCharDoubleMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
MutableCharDoubleMap |
empty() |
<T> MutableCharDoubleMap |
from(Iterable<T> iterable,
CharFunction<? super T> keyFunction,
DoubleFunction<? super T> valueFunction) |
MutableCharDoubleMap |
of() |
MutableCharDoubleMap |
ofAll(CharDoubleMap map) |
MutableCharDoubleMap |
ofInitialCapacity(int capacity) |
static MutableCharDoubleMapFactoryImpl |
valueOf(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() |
MutableCharDoubleMap |
withAll(CharDoubleMap map) |
MutableCharDoubleMap |
withInitialCapacity(int capacity) |
public static final MutableCharDoubleMapFactoryImpl INSTANCE
public static MutableCharDoubleMapFactoryImpl[] values()
for (MutableCharDoubleMapFactoryImpl c : MutableCharDoubleMapFactoryImpl.values()) System.out.println(c);
public static MutableCharDoubleMapFactoryImpl 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 MutableCharDoubleMap empty()
empty in interface MutableCharDoubleMapFactorypublic MutableCharDoubleMap of()
of in interface MutableCharDoubleMapFactorypublic MutableCharDoubleMap with()
with in interface MutableCharDoubleMapFactorypublic MutableCharDoubleMap ofInitialCapacity(int capacity)
ofInitialCapacity in interface MutableCharDoubleMapFactorypublic MutableCharDoubleMap withInitialCapacity(int capacity)
withInitialCapacity in interface MutableCharDoubleMapFactorypublic MutableCharDoubleMap ofAll(CharDoubleMap map)
ofAll in interface MutableCharDoubleMapFactorypublic MutableCharDoubleMap withAll(CharDoubleMap map)
withAll in interface MutableCharDoubleMapFactorypublic <T> MutableCharDoubleMap from(Iterable<T> iterable, CharFunction<? super T> keyFunction, DoubleFunction<? super T> valueFunction)
from in interface MutableCharDoubleMapFactoryCopyright © 2004–2021. All rights reserved.