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