public enum MutableIntLongMapFactoryImpl extends Enum<MutableIntLongMapFactoryImpl> implements MutableIntLongMapFactory
MutableIntLongMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
MutableIntLongMap |
empty() |
MutableIntLongMap |
of() |
MutableIntLongMap |
ofAll(IntLongMap map) |
static MutableIntLongMapFactoryImpl |
valueOf(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() |
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(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic MutableIntLongMap empty()
empty in interface MutableIntLongMapFactorypublic MutableIntLongMap of()
of in interface MutableIntLongMapFactorypublic MutableIntLongMap with()
with in interface MutableIntLongMapFactorypublic MutableIntLongMap ofAll(IntLongMap map)
ofAll in interface MutableIntLongMapFactorypublic MutableIntLongMap withAll(IntLongMap map)
withAll in interface MutableIntLongMapFactoryCopyright © 2004–2017. All rights reserved.