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