public enum MutableByteLongMapFactoryImpl extends Enum<MutableByteLongMapFactoryImpl> implements MutableByteLongMapFactory
MutableByteLongMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
MutableByteLongMap |
empty() |
MutableByteLongMap |
of() |
MutableByteLongMap |
ofAll(ByteLongMap map) |
static MutableByteLongMapFactoryImpl |
valueOf(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() |
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(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 MutableByteLongMap empty()
empty in interface MutableByteLongMapFactorypublic MutableByteLongMap of()
of in interface MutableByteLongMapFactorypublic MutableByteLongMap with()
with in interface MutableByteLongMapFactorypublic MutableByteLongMap ofAll(ByteLongMap map)
ofAll in interface MutableByteLongMapFactorypublic MutableByteLongMap withAll(ByteLongMap map)
withAll in interface MutableByteLongMapFactoryCopyright © 2004–2017. All rights reserved.