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