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