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