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