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