public enum MutableLongDoubleMapFactoryImpl extends Enum<MutableLongDoubleMapFactoryImpl> implements MutableLongDoubleMapFactory
MutableLongDoubleMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
MutableLongDoubleMap |
empty() |
<T> MutableLongDoubleMap |
from(Iterable<T> iterable,
LongFunction<? super T> keyFunction,
DoubleFunction<? super T> valueFunction) |
MutableLongDoubleMap |
of() |
MutableLongDoubleMap |
ofAll(LongDoubleMap map) |
MutableLongDoubleMap |
ofInitialCapacity(int capacity) |
static MutableLongDoubleMapFactoryImpl |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MutableLongDoubleMapFactoryImpl[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
MutableLongDoubleMap |
with() |
MutableLongDoubleMap |
withAll(LongDoubleMap map) |
MutableLongDoubleMap |
withInitialCapacity(int capacity) |
public static final MutableLongDoubleMapFactoryImpl INSTANCE
public static MutableLongDoubleMapFactoryImpl[] values()
for (MutableLongDoubleMapFactoryImpl c : MutableLongDoubleMapFactoryImpl.values()) System.out.println(c);
public static MutableLongDoubleMapFactoryImpl 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 MutableLongDoubleMap empty()
empty in interface MutableLongDoubleMapFactorypublic MutableLongDoubleMap of()
of in interface MutableLongDoubleMapFactorypublic MutableLongDoubleMap with()
with in interface MutableLongDoubleMapFactorypublic MutableLongDoubleMap ofInitialCapacity(int capacity)
ofInitialCapacity in interface MutableLongDoubleMapFactorypublic MutableLongDoubleMap withInitialCapacity(int capacity)
withInitialCapacity in interface MutableLongDoubleMapFactorypublic MutableLongDoubleMap ofAll(LongDoubleMap map)
ofAll in interface MutableLongDoubleMapFactorypublic MutableLongDoubleMap withAll(LongDoubleMap map)
withAll in interface MutableLongDoubleMapFactorypublic <T> MutableLongDoubleMap from(Iterable<T> iterable, LongFunction<? super T> keyFunction, DoubleFunction<? super T> valueFunction)
from in interface MutableLongDoubleMapFactoryCopyright © 2004–2020. All rights reserved.