MutableByteIntMapFactorypublic enum MutableByteIntMapFactoryImpl extends java.lang.Enum<MutableByteIntMapFactoryImpl> implements MutableByteIntMapFactory
MutableByteIntMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
MutableByteIntMap |
empty() |
|
MutableByteIntMap |
of() |
Same as
MutableByteIntMapFactory.empty(). |
MutableByteIntMap |
ofAll(ByteIntMap map) |
|
static MutableByteIntMapFactoryImpl |
valueOf(java.lang.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() |
Same as
MutableByteIntMapFactory.empty(). |
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(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 MutableByteIntMap empty()
empty in interface MutableByteIntMapFactorypublic MutableByteIntMap of()
MutableByteIntMapFactoryMutableByteIntMapFactory.empty().of in interface MutableByteIntMapFactorypublic MutableByteIntMap with()
MutableByteIntMapFactoryMutableByteIntMapFactory.empty().with in interface MutableByteIntMapFactorypublic MutableByteIntMap ofAll(ByteIntMap map)
MutableByteIntMapFactoryofAll in interface MutableByteIntMapFactorypublic MutableByteIntMap withAll(ByteIntMap map)
withAll in interface MutableByteIntMapFactoryCopyright © 2004–2017. All rights reserved.