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