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