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