public enum MutableShortIntMapFactoryImpl extends Enum<MutableShortIntMapFactoryImpl> implements MutableShortIntMapFactory
MutableShortIntMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
MutableShortIntMap |
empty() |
MutableShortIntMap |
of() |
MutableShortIntMap |
ofAll(ShortIntMap map) |
static MutableShortIntMapFactoryImpl |
valueOf(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() |
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(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 MutableShortIntMap empty()
empty in interface MutableShortIntMapFactorypublic MutableShortIntMap of()
of in interface MutableShortIntMapFactorypublic MutableShortIntMap with()
with in interface MutableShortIntMapFactorypublic MutableShortIntMap ofAll(ShortIntMap map)
ofAll in interface MutableShortIntMapFactorypublic MutableShortIntMap withAll(ShortIntMap map)
withAll in interface MutableShortIntMapFactoryCopyright © 2004–2017. All rights reserved.