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