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