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