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