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