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