MutableByteCharMapFactorypublic enum MutableByteCharMapFactoryImpl extends java.lang.Enum<MutableByteCharMapFactoryImpl> implements MutableByteCharMapFactory
MutableByteCharMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
MutableByteCharMap |
empty() |
|
MutableByteCharMap |
of() |
Same as
MutableByteCharMapFactory.empty(). |
MutableByteCharMap |
ofAll(ByteCharMap map) |
|
static MutableByteCharMapFactoryImpl |
valueOf(java.lang.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() |
Same as
MutableByteCharMapFactory.empty(). |
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(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 MutableByteCharMap empty()
empty in interface MutableByteCharMapFactorypublic MutableByteCharMap of()
MutableByteCharMapFactoryMutableByteCharMapFactory.empty().of in interface MutableByteCharMapFactorypublic MutableByteCharMap with()
MutableByteCharMapFactoryMutableByteCharMapFactory.empty().with in interface MutableByteCharMapFactorypublic MutableByteCharMap ofAll(ByteCharMap map)
MutableByteCharMapFactoryofAll in interface MutableByteCharMapFactorypublic MutableByteCharMap withAll(ByteCharMap map)
withAll in interface MutableByteCharMapFactoryCopyright © 2004–2017. All rights reserved.