MutableCharObjectMapFactorypublic 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 MutableCharObjectMapFactorypublic <V> MutableCharObjectMap<V> of()
MutableCharObjectMapFactoryMutableCharObjectMapFactory.empty().of in interface MutableCharObjectMapFactorypublic <V> MutableCharObjectMap<V> with()
MutableCharObjectMapFactoryMutableCharObjectMapFactory.empty().with in interface MutableCharObjectMapFactorypublic <V> MutableCharObjectMap<V> ofAll(CharObjectMap<? extends V> map)
MutableCharObjectMapFactoryofAll in interface MutableCharObjectMapFactorypublic <V> MutableCharObjectMap<V> withAll(CharObjectMap<? extends V> map)
withAll in interface MutableCharObjectMapFactoryCopyright © 2004–2018. All rights reserved.