java.io.Serializable, java.lang.Comparable<MutableDoubleByteMapFactoryImpl>, MutableDoubleByteMapFactorypublic enum MutableDoubleByteMapFactoryImpl extends java.lang.Enum<MutableDoubleByteMapFactoryImpl> implements MutableDoubleByteMapFactory
MutableDoubleByteMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
MutableDoubleByteMap |
empty() |
|
<T> MutableDoubleByteMap |
from(java.lang.Iterable<T> iterable,
DoubleFunction<? super T> keyFunction,
ByteFunction<? super T> valueFunction) |
Creates an
MutableDoubleByteMap from an Iterable<T> by applying keyFunction and valueFunction. |
MutableDoubleByteMap |
of() |
Same as
MutableDoubleByteMapFactory.empty(). |
MutableDoubleByteMap |
ofAll(DoubleByteMap map) |
|
MutableDoubleByteMap |
ofInitialCapacity(int capacity) |
Same as
MutableDoubleByteMapFactory.empty(). |
static MutableDoubleByteMapFactoryImpl |
valueOf(java.lang.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() |
Same as
MutableDoubleByteMapFactory.empty(). |
MutableDoubleByteMap |
withAll(DoubleByteMap map) |
|
MutableDoubleByteMap |
withInitialCapacity(int capacity) |
Same as
MutableDoubleByteMapFactory.empty(). |
public static final MutableDoubleByteMapFactoryImpl INSTANCE
public static MutableDoubleByteMapFactoryImpl[] values()
for (MutableDoubleByteMapFactoryImpl c : MutableDoubleByteMapFactoryImpl.values()) System.out.println(c);
public static MutableDoubleByteMapFactoryImpl valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic MutableDoubleByteMap empty()
empty in interface MutableDoubleByteMapFactorypublic MutableDoubleByteMap of()
MutableDoubleByteMapFactoryMutableDoubleByteMapFactory.empty().of in interface MutableDoubleByteMapFactorypublic MutableDoubleByteMap with()
MutableDoubleByteMapFactoryMutableDoubleByteMapFactory.empty().with in interface MutableDoubleByteMapFactorypublic MutableDoubleByteMap ofInitialCapacity(int capacity)
MutableDoubleByteMapFactoryMutableDoubleByteMapFactory.empty(). but takes in an initial capacityofInitialCapacity in interface MutableDoubleByteMapFactorypublic MutableDoubleByteMap withInitialCapacity(int capacity)
MutableDoubleByteMapFactoryMutableDoubleByteMapFactory.empty(). but takes in an initial capacitywithInitialCapacity in interface MutableDoubleByteMapFactorypublic MutableDoubleByteMap ofAll(DoubleByteMap map)
MutableDoubleByteMapFactoryofAll in interface MutableDoubleByteMapFactorypublic MutableDoubleByteMap withAll(DoubleByteMap map)
withAll in interface MutableDoubleByteMapFactorypublic <T> MutableDoubleByteMap from(java.lang.Iterable<T> iterable, DoubleFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction)
MutableDoubleByteMapFactoryMutableDoubleByteMap from an Iterable<T> by applying keyFunction and valueFunction.from in interface MutableDoubleByteMapFactoryCopyright © 2004–2020. All rights reserved.