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