MutableByteByteMapFactorypublic enum MutableByteByteMapFactoryImpl extends java.lang.Enum<MutableByteByteMapFactoryImpl> implements MutableByteByteMapFactory
MutableByteByteMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
MutableByteByteMap |
empty() |
|
MutableByteByteMap |
of() |
Same as
MutableByteByteMapFactory.empty(). |
MutableByteByteMap |
ofAll(ByteByteMap map) |
|
static MutableByteByteMapFactoryImpl |
valueOf(java.lang.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() |
Same as
MutableByteByteMapFactory.empty(). |
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(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 MutableByteByteMap empty()
empty in interface MutableByteByteMapFactorypublic MutableByteByteMap of()
MutableByteByteMapFactoryMutableByteByteMapFactory.empty().of in interface MutableByteByteMapFactorypublic MutableByteByteMap with()
MutableByteByteMapFactoryMutableByteByteMapFactory.empty().with in interface MutableByteByteMapFactorypublic MutableByteByteMap ofAll(ByteByteMap map)
MutableByteByteMapFactoryofAll in interface MutableByteByteMapFactorypublic MutableByteByteMap withAll(ByteByteMap map)
withAll in interface MutableByteByteMapFactoryCopyright © 2004–2017. All rights reserved.