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