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