MutableObjectCharMapFactorypublic enum MutableObjectCharMapFactoryImpl extends java.lang.Enum<MutableObjectCharMapFactoryImpl> implements MutableObjectCharMapFactory
MutableObjectCharMap.
This file was automatically generated from template file mutableObjectPrimitiveMapFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
<K> MutableObjectCharMap<K> |
empty() |
|
<K> MutableObjectCharMap<K> |
of() |
Same as
MutableObjectCharMapFactory.empty(). |
<K> MutableObjectCharMap<K> |
ofAll(ObjectCharMap<? extends K> map) |
|
static MutableObjectCharMapFactoryImpl |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static MutableObjectCharMapFactoryImpl[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
<K> MutableObjectCharMap<K> |
with() |
Same as
MutableObjectCharMapFactory.empty(). |
<K> MutableObjectCharMap<K> |
withAll(ObjectCharMap<? extends K> map) |
public static final MutableObjectCharMapFactoryImpl INSTANCE
public static MutableObjectCharMapFactoryImpl[] values()
for (MutableObjectCharMapFactoryImpl c : MutableObjectCharMapFactoryImpl.values()) System.out.println(c);
public static MutableObjectCharMapFactoryImpl 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 <K> MutableObjectCharMap<K> empty()
empty in interface MutableObjectCharMapFactorypublic <K> MutableObjectCharMap<K> of()
MutableObjectCharMapFactoryMutableObjectCharMapFactory.empty().of in interface MutableObjectCharMapFactorypublic <K> MutableObjectCharMap<K> with()
MutableObjectCharMapFactoryMutableObjectCharMapFactory.empty().with in interface MutableObjectCharMapFactorypublic <K> MutableObjectCharMap<K> ofAll(ObjectCharMap<? extends K> map)
MutableObjectCharMapFactoryofAll in interface MutableObjectCharMapFactorypublic <K> MutableObjectCharMap<K> withAll(ObjectCharMap<? extends K> map)
withAll in interface MutableObjectCharMapFactoryCopyright © 2004–2018. All rights reserved.