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