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