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