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