java.io.Serializable, java.lang.Comparable<MutableFloatObjectMapFactoryImpl>, MutableFloatObjectMapFactorypublic enum MutableFloatObjectMapFactoryImpl extends java.lang.Enum<MutableFloatObjectMapFactoryImpl> implements MutableFloatObjectMapFactory
MutableFloatObjectMap.
This file was automatically generated from template file mutablePrimitiveObjectMapFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
<V> MutableFloatObjectMap<V> |
empty() |
|
<T,V> MutableFloatObjectMap<V> |
from(java.lang.Iterable<T> iterable,
FloatFunction<? super T> keyFunction,
Function<? super T,? extends V> valueFunction) |
Creates an
MutableFloatObjectMap from an Iterable<T> by applying keyFunction and valueFunction. |
<V> MutableFloatObjectMap<V> |
of() |
Same as
MutableFloatObjectMapFactory.empty(). |
<V> MutableFloatObjectMap<V> |
ofAll(FloatObjectMap<? extends V> map) |
|
<V> MutableFloatObjectMap<V> |
ofInitialCapacity(int capacity) |
Same as
MutableFloatObjectMapFactory.empty(). |
static MutableFloatObjectMapFactoryImpl |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static MutableFloatObjectMapFactoryImpl[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
<V> MutableFloatObjectMap<V> |
with() |
Same as
MutableFloatObjectMapFactory.empty(). |
<V> MutableFloatObjectMap<V> |
withAll(FloatObjectMap<? extends V> map) |
|
<V> MutableFloatObjectMap<V> |
withInitialCapacity(int capacity) |
Same as
MutableFloatObjectMapFactory.empty(). |
public static final MutableFloatObjectMapFactoryImpl INSTANCE
public static MutableFloatObjectMapFactoryImpl[] values()
for (MutableFloatObjectMapFactoryImpl c : MutableFloatObjectMapFactoryImpl.values()) System.out.println(c);
public static MutableFloatObjectMapFactoryImpl 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 <V> MutableFloatObjectMap<V> empty()
empty in interface MutableFloatObjectMapFactorypublic <V> MutableFloatObjectMap<V> of()
MutableFloatObjectMapFactoryMutableFloatObjectMapFactory.empty().of in interface MutableFloatObjectMapFactorypublic <V> MutableFloatObjectMap<V> with()
MutableFloatObjectMapFactoryMutableFloatObjectMapFactory.empty().with in interface MutableFloatObjectMapFactorypublic <V> MutableFloatObjectMap<V> ofInitialCapacity(int capacity)
MutableFloatObjectMapFactoryMutableFloatObjectMapFactory.empty(). but takes in an initial capacityofInitialCapacity in interface MutableFloatObjectMapFactorypublic <V> MutableFloatObjectMap<V> withInitialCapacity(int capacity)
MutableFloatObjectMapFactoryMutableFloatObjectMapFactory.empty(). but takes in an initial capacitywithInitialCapacity in interface MutableFloatObjectMapFactorypublic <V> MutableFloatObjectMap<V> ofAll(FloatObjectMap<? extends V> map)
MutableFloatObjectMapFactoryofAll in interface MutableFloatObjectMapFactorypublic <V> MutableFloatObjectMap<V> withAll(FloatObjectMap<? extends V> map)
withAll in interface MutableFloatObjectMapFactorypublic <T,V> MutableFloatObjectMap<V> from(java.lang.Iterable<T> iterable, FloatFunction<? super T> keyFunction, Function<? super T,? extends V> valueFunction)
MutableFloatObjectMapFactoryMutableFloatObjectMap from an Iterable<T> by applying keyFunction and valueFunction.from in interface MutableFloatObjectMapFactoryCopyright © 2004–2020. All rights reserved.