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