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