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