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