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