MutableIntByteMapFactory
public 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 MutableIntByteMapFactory
public MutableIntByteMap of()
MutableIntByteMapFactory
MutableIntByteMapFactory.empty()
.of
in interface MutableIntByteMapFactory
public MutableIntByteMap with()
MutableIntByteMapFactory
MutableIntByteMapFactory.empty()
.with
in interface MutableIntByteMapFactory
public MutableIntByteMap ofAll(IntByteMap map)
MutableIntByteMapFactory
ofAll
in interface MutableIntByteMapFactory
public MutableIntByteMap withAll(IntByteMap map)
withAll
in interface MutableIntByteMapFactory
Copyright © 2004–2018. All rights reserved.