java.io.Serializable, java.lang.Comparable<MutableFloatBooleanMapFactoryImpl>, MutableFloatBooleanMapFactorypublic enum MutableFloatBooleanMapFactoryImpl extends java.lang.Enum<MutableFloatBooleanMapFactoryImpl> implements MutableFloatBooleanMapFactory
MutableFloatBooleanMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
MutableFloatBooleanMap |
empty() |
|
<T> MutableFloatBooleanMap |
from(java.lang.Iterable<T> iterable,
FloatFunction<? super T> keyFunction,
BooleanFunction<? super T> valueFunction) |
Creates an
MutableFloatBooleanMap from an Iterable<T> by applying keyFunction and valueFunction. |
MutableFloatBooleanMap |
of() |
|
MutableFloatBooleanMap |
ofAll(FloatBooleanMap map) |
|
MutableFloatBooleanMap |
ofInitialCapacity(int capacity) |
|
static MutableFloatBooleanMapFactoryImpl |
valueOf(java.lang.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(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 MutableFloatBooleanMap empty()
empty in interface MutableFloatBooleanMapFactorypublic MutableFloatBooleanMap of()
MutableFloatBooleanMapFactoryof in interface MutableFloatBooleanMapFactorypublic MutableFloatBooleanMap with()
MutableFloatBooleanMapFactorywith in interface MutableFloatBooleanMapFactorypublic MutableFloatBooleanMap ofInitialCapacity(int capacity)
MutableFloatBooleanMapFactoryMutableFloatBooleanMapFactory.empty(). but takes in an initial capacityofInitialCapacity in interface MutableFloatBooleanMapFactorypublic MutableFloatBooleanMap withInitialCapacity(int capacity)
MutableFloatBooleanMapFactoryMutableFloatBooleanMapFactory.empty(). but takes in an initial capacitywithInitialCapacity in interface MutableFloatBooleanMapFactorypublic MutableFloatBooleanMap ofAll(FloatBooleanMap map)
MutableFloatBooleanMapFactoryofAll in interface MutableFloatBooleanMapFactorypublic MutableFloatBooleanMap withAll(FloatBooleanMap map)
withAll in interface MutableFloatBooleanMapFactorypublic <T> MutableFloatBooleanMap from(java.lang.Iterable<T> iterable, FloatFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction)
MutableFloatBooleanMapFactoryMutableFloatBooleanMap from an Iterable<T> by applying keyFunction and valueFunction.from in interface MutableFloatBooleanMapFactoryCopyright © 2004–2020. All rights reserved.