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