public enum MutableDoubleBooleanMapFactoryImpl extends Enum<MutableDoubleBooleanMapFactoryImpl> implements MutableDoubleBooleanMapFactory
MutableDoubleBooleanMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
MutableDoubleBooleanMap |
empty() |
<T> MutableDoubleBooleanMap |
from(Iterable<T> iterable,
DoubleFunction<? super T> keyFunction,
BooleanFunction<? super T> 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()
of in interface MutableDoubleBooleanMapFactorypublic MutableDoubleBooleanMap with()
with in interface MutableDoubleBooleanMapFactorypublic MutableDoubleBooleanMap ofInitialCapacity(int capacity)
ofInitialCapacity in interface MutableDoubleBooleanMapFactorypublic MutableDoubleBooleanMap withInitialCapacity(int capacity)
withInitialCapacity in interface MutableDoubleBooleanMapFactorypublic MutableDoubleBooleanMap ofAll(DoubleBooleanMap map)
ofAll 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)
from in interface MutableDoubleBooleanMapFactoryCopyright © 2004–2019. All rights reserved.