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