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