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