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