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