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