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