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