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