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