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