MutableObjectCharMapFactory
public 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 MutableObjectCharMapFactory
public <K> MutableObjectCharMap<K> of()
MutableObjectCharMapFactory
MutableObjectCharMapFactory.empty()
.of
in interface MutableObjectCharMapFactory
public <K> MutableObjectCharMap<K> with()
MutableObjectCharMapFactory
MutableObjectCharMapFactory.empty()
.with
in interface MutableObjectCharMapFactory
public <K> MutableObjectCharMap<K> ofAll(ObjectCharMap<? extends K> map)
MutableObjectCharMapFactory
ofAll
in interface MutableObjectCharMapFactory
public <K> MutableObjectCharMap<K> withAll(ObjectCharMap<? extends K> map)
withAll
in interface MutableObjectCharMapFactory
Copyright © 2004–2018. All rights reserved.