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