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