Serializable, Comparable<MutableDoubleBooleanMapFactoryImpl>, MutableDoubleBooleanMapFactorypublic enum MutableDoubleBooleanMapFactoryImpl extends Enum<MutableDoubleBooleanMapFactoryImpl> implements MutableDoubleBooleanMapFactory
MutableDoubleBooleanMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
MutableDoubleBooleanMap |
empty() |
|
<T> MutableDoubleBooleanMap |
from(Iterable<T> iterable,
DoubleFunction<? super T> keyFunction,
BooleanFunction<? super T> valueFunction) |
Creates an
MutableDoubleBooleanMap from an Iterable<T> by applying keyFunction and valueFunction. |
MutableDoubleBooleanMap |
of() |
|
MutableDoubleBooleanMap |
ofAll(DoubleBooleanMap map) |
|
MutableDoubleBooleanMap |
ofInitialCapacity(int capacity) |
|
static MutableDoubleBooleanMapFactoryImpl |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static MutableDoubleBooleanMapFactoryImpl[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
MutableDoubleBooleanMap |
with() |
|
MutableDoubleBooleanMap |
withAll(DoubleBooleanMap map) |
|
MutableDoubleBooleanMap |
withInitialCapacity(int capacity) |
public static final MutableDoubleBooleanMapFactoryImpl INSTANCE
public static MutableDoubleBooleanMapFactoryImpl[] values()
for (MutableDoubleBooleanMapFactoryImpl c : MutableDoubleBooleanMapFactoryImpl.values()) System.out.println(c);
public static MutableDoubleBooleanMapFactoryImpl 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 MutableDoubleBooleanMap empty()
empty in interface MutableDoubleBooleanMapFactorypublic MutableDoubleBooleanMap of()
MutableDoubleBooleanMapFactoryof in interface MutableDoubleBooleanMapFactorypublic MutableDoubleBooleanMap with()
MutableDoubleBooleanMapFactorywith in interface MutableDoubleBooleanMapFactorypublic MutableDoubleBooleanMap ofInitialCapacity(int capacity)
MutableDoubleBooleanMapFactoryMutableDoubleBooleanMapFactory.empty(). but takes in an initial capacityofInitialCapacity in interface MutableDoubleBooleanMapFactorypublic MutableDoubleBooleanMap withInitialCapacity(int capacity)
MutableDoubleBooleanMapFactoryMutableDoubleBooleanMapFactory.empty(). but takes in an initial capacitywithInitialCapacity in interface MutableDoubleBooleanMapFactorypublic MutableDoubleBooleanMap ofAll(DoubleBooleanMap map)
MutableDoubleBooleanMapFactoryofAll in interface MutableDoubleBooleanMapFactorypublic MutableDoubleBooleanMap withAll(DoubleBooleanMap map)
withAll in interface MutableDoubleBooleanMapFactorypublic <T> MutableDoubleBooleanMap from(Iterable<T> iterable, DoubleFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction)
MutableDoubleBooleanMapFactoryMutableDoubleBooleanMap from an Iterable<T> by applying keyFunction and valueFunction.from in interface MutableDoubleBooleanMapFactoryCopyright © 2004–2019. All rights reserved.