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