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