java.io.Serializable, java.lang.Comparable<MutableLongDoubleMapFactoryImpl>, MutableLongDoubleMapFactorypublic enum MutableLongDoubleMapFactoryImpl extends java.lang.Enum<MutableLongDoubleMapFactoryImpl> implements MutableLongDoubleMapFactory
MutableLongDoubleMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
MutableLongDoubleMap |
empty() |
|
<T> MutableLongDoubleMap |
from(java.lang.Iterable<T> iterable,
LongFunction<? super T> keyFunction,
DoubleFunction<? super T> valueFunction) |
Creates an
MutableLongDoubleMap from an Iterable<T> by applying keyFunction and valueFunction. |
MutableLongDoubleMap |
of() |
Same as
MutableLongDoubleMapFactory.empty(). |
MutableLongDoubleMap |
ofAll(LongDoubleMap map) |
|
MutableLongDoubleMap |
ofInitialCapacity(int capacity) |
Same as
MutableLongDoubleMapFactory.empty(). |
static MutableLongDoubleMapFactoryImpl |
valueOf(java.lang.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() |
Same as
MutableLongDoubleMapFactory.empty(). |
MutableLongDoubleMap |
withAll(LongDoubleMap map) |
|
MutableLongDoubleMap |
withInitialCapacity(int capacity) |
Same as
MutableLongDoubleMapFactory.empty(). |
public static final MutableLongDoubleMapFactoryImpl INSTANCE
public static MutableLongDoubleMapFactoryImpl[] values()
for (MutableLongDoubleMapFactoryImpl c : MutableLongDoubleMapFactoryImpl.values()) System.out.println(c);
public static MutableLongDoubleMapFactoryImpl 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 MutableLongDoubleMap empty()
empty in interface MutableLongDoubleMapFactorypublic MutableLongDoubleMap of()
MutableLongDoubleMapFactoryMutableLongDoubleMapFactory.empty().of in interface MutableLongDoubleMapFactorypublic MutableLongDoubleMap with()
MutableLongDoubleMapFactoryMutableLongDoubleMapFactory.empty().with in interface MutableLongDoubleMapFactorypublic MutableLongDoubleMap ofInitialCapacity(int capacity)
MutableLongDoubleMapFactoryMutableLongDoubleMapFactory.empty(). but takes in an initial capacityofInitialCapacity in interface MutableLongDoubleMapFactorypublic MutableLongDoubleMap withInitialCapacity(int capacity)
MutableLongDoubleMapFactoryMutableLongDoubleMapFactory.empty(). but takes in an initial capacitywithInitialCapacity in interface MutableLongDoubleMapFactorypublic MutableLongDoubleMap ofAll(LongDoubleMap map)
MutableLongDoubleMapFactoryofAll in interface MutableLongDoubleMapFactorypublic MutableLongDoubleMap withAll(LongDoubleMap map)
withAll in interface MutableLongDoubleMapFactorypublic <T> MutableLongDoubleMap from(java.lang.Iterable<T> iterable, LongFunction<? super T> keyFunction, DoubleFunction<? super T> valueFunction)
MutableLongDoubleMapFactoryMutableLongDoubleMap from an Iterable<T> by applying keyFunction and valueFunction.from in interface MutableLongDoubleMapFactoryCopyright © 2004–2020. All rights reserved.