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