java.io.Serializable, java.lang.Comparable<MutableFloatIntMapFactoryImpl>, MutableFloatIntMapFactorypublic enum MutableFloatIntMapFactoryImpl extends java.lang.Enum<MutableFloatIntMapFactoryImpl> implements MutableFloatIntMapFactory
MutableFloatIntMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
MutableFloatIntMap |
empty() |
|
<T> MutableFloatIntMap |
from(java.lang.Iterable<T> iterable,
FloatFunction<? super T> keyFunction,
IntFunction<? super T> valueFunction) |
Creates an
MutableFloatIntMap from an Iterable<T> by applying keyFunction and valueFunction. |
MutableFloatIntMap |
of() |
Same as
MutableFloatIntMapFactory.empty(). |
MutableFloatIntMap |
ofAll(FloatIntMap map) |
|
MutableFloatIntMap |
ofInitialCapacity(int capacity) |
Same as
MutableFloatIntMapFactory.empty(). |
static MutableFloatIntMapFactoryImpl |
valueOf(java.lang.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() |
Same as
MutableFloatIntMapFactory.empty(). |
MutableFloatIntMap |
withAll(FloatIntMap map) |
|
MutableFloatIntMap |
withInitialCapacity(int capacity) |
Same as
MutableFloatIntMapFactory.empty(). |
public static final MutableFloatIntMapFactoryImpl INSTANCE
public static MutableFloatIntMapFactoryImpl[] values()
for (MutableFloatIntMapFactoryImpl c : MutableFloatIntMapFactoryImpl.values()) System.out.println(c);
public static MutableFloatIntMapFactoryImpl valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic MutableFloatIntMap empty()
empty in interface MutableFloatIntMapFactorypublic MutableFloatIntMap of()
MutableFloatIntMapFactoryMutableFloatIntMapFactory.empty().of in interface MutableFloatIntMapFactorypublic MutableFloatIntMap with()
MutableFloatIntMapFactoryMutableFloatIntMapFactory.empty().with in interface MutableFloatIntMapFactorypublic MutableFloatIntMap ofInitialCapacity(int capacity)
MutableFloatIntMapFactoryMutableFloatIntMapFactory.empty(). but takes in an initial capacityofInitialCapacity in interface MutableFloatIntMapFactorypublic MutableFloatIntMap withInitialCapacity(int capacity)
MutableFloatIntMapFactoryMutableFloatIntMapFactory.empty(). but takes in an initial capacitywithInitialCapacity in interface MutableFloatIntMapFactorypublic MutableFloatIntMap ofAll(FloatIntMap map)
MutableFloatIntMapFactoryofAll in interface MutableFloatIntMapFactorypublic MutableFloatIntMap withAll(FloatIntMap map)
withAll in interface MutableFloatIntMapFactorypublic <T> MutableFloatIntMap from(java.lang.Iterable<T> iterable, FloatFunction<? super T> keyFunction, IntFunction<? super T> valueFunction)
MutableFloatIntMapFactoryMutableFloatIntMap from an Iterable<T> by applying keyFunction and valueFunction.from in interface MutableFloatIntMapFactoryCopyright © 2004–2020. All rights reserved.