public enum MutableByteByteMapFactoryImpl extends Enum<MutableByteByteMapFactoryImpl> implements MutableByteByteMapFactory
MutableByteByteMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
MutableByteByteMap |
empty() |
MutableByteByteMap |
of() |
MutableByteByteMap |
ofAll(ByteByteMap map) |
static MutableByteByteMapFactoryImpl |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MutableByteByteMapFactoryImpl[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
MutableByteByteMap |
with() |
MutableByteByteMap |
withAll(ByteByteMap map) |
public static final MutableByteByteMapFactoryImpl INSTANCE
public static MutableByteByteMapFactoryImpl[] values()
for (MutableByteByteMapFactoryImpl c : MutableByteByteMapFactoryImpl.values()) System.out.println(c);
public static MutableByteByteMapFactoryImpl 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 MutableByteByteMap empty()
empty in interface MutableByteByteMapFactorypublic MutableByteByteMap of()
of in interface MutableByteByteMapFactorypublic MutableByteByteMap with()
with in interface MutableByteByteMapFactorypublic MutableByteByteMap ofAll(ByteByteMap map)
ofAll in interface MutableByteByteMapFactorypublic MutableByteByteMap withAll(ByteByteMap map)
withAll in interface MutableByteByteMapFactoryCopyright © 2004–2017. All rights reserved.