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