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