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