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