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