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