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