public enum MutableFloatCharMapFactoryImpl extends Enum<MutableFloatCharMapFactoryImpl> implements MutableFloatCharMapFactory
MutableFloatCharMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
MutableFloatCharMap |
empty() |
<T> MutableFloatCharMap |
from(Iterable<T> iterable,
FloatFunction<? super T> keyFunction,
CharFunction<? super T> valueFunction) |
MutableFloatCharMap |
of() |
MutableFloatCharMap |
ofAll(FloatCharMap map) |
MutableFloatCharMap |
ofInitialCapacity(int capacity) |
static MutableFloatCharMapFactoryImpl |
valueOf(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() |
MutableFloatCharMap |
withAll(FloatCharMap map) |
MutableFloatCharMap |
withInitialCapacity(int capacity) |
public static final MutableFloatCharMapFactoryImpl INSTANCE
public static MutableFloatCharMapFactoryImpl[] values()
for (MutableFloatCharMapFactoryImpl c : MutableFloatCharMapFactoryImpl.values()) System.out.println(c);
public static MutableFloatCharMapFactoryImpl 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 MutableFloatCharMap empty()
empty in interface MutableFloatCharMapFactorypublic MutableFloatCharMap of()
of in interface MutableFloatCharMapFactorypublic MutableFloatCharMap with()
with in interface MutableFloatCharMapFactorypublic MutableFloatCharMap ofInitialCapacity(int capacity)
ofInitialCapacity in interface MutableFloatCharMapFactorypublic MutableFloatCharMap withInitialCapacity(int capacity)
withInitialCapacity in interface MutableFloatCharMapFactorypublic MutableFloatCharMap ofAll(FloatCharMap map)
ofAll in interface MutableFloatCharMapFactorypublic MutableFloatCharMap withAll(FloatCharMap map)
withAll in interface MutableFloatCharMapFactorypublic <T> MutableFloatCharMap from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, CharFunction<? super T> valueFunction)
from in interface MutableFloatCharMapFactoryCopyright © 2004–2021. All rights reserved.