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