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