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