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