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