MutableLongByteMapFactorypublic enum MutableLongByteMapFactoryImpl extends java.lang.Enum<MutableLongByteMapFactoryImpl> implements MutableLongByteMapFactory
MutableLongByteMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
MutableLongByteMap |
empty() |
|
MutableLongByteMap |
of() |
Same as
MutableLongByteMapFactory.empty(). |
MutableLongByteMap |
ofAll(LongByteMap map) |
|
static MutableLongByteMapFactoryImpl |
valueOf(java.lang.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() |
Same as
MutableLongByteMapFactory.empty(). |
MutableLongByteMap |
withAll(LongByteMap map) |
public static final MutableLongByteMapFactoryImpl INSTANCE
public static MutableLongByteMapFactoryImpl[] values()
for (MutableLongByteMapFactoryImpl c : MutableLongByteMapFactoryImpl.values()) System.out.println(c);
public static MutableLongByteMapFactoryImpl 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 MutableLongByteMap empty()
empty in interface MutableLongByteMapFactorypublic MutableLongByteMap of()
MutableLongByteMapFactoryMutableLongByteMapFactory.empty().of in interface MutableLongByteMapFactorypublic MutableLongByteMap with()
MutableLongByteMapFactoryMutableLongByteMapFactory.empty().with in interface MutableLongByteMapFactorypublic MutableLongByteMap ofAll(LongByteMap map)
MutableLongByteMapFactoryofAll in interface MutableLongByteMapFactorypublic MutableLongByteMap withAll(LongByteMap map)
withAll in interface MutableLongByteMapFactoryCopyright © 2004–2018. All rights reserved.