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