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