public enum MutableObjectDoubleMapFactoryImpl extends Enum<MutableObjectDoubleMapFactoryImpl> implements MutableObjectDoubleMapFactory
MutableObjectDoubleMap.
This file was automatically generated from template file mutableObjectPrimitiveMapFactoryImpl.stg.| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
<K> MutableObjectDoubleMap<K> |
empty() |
<K> MutableObjectDoubleMap<K> |
of() |
<K> MutableObjectDoubleMap<K> |
ofAll(ObjectDoubleMap<? extends K> map) |
static MutableObjectDoubleMapFactoryImpl |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MutableObjectDoubleMapFactoryImpl[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
<K> MutableObjectDoubleMap<K> |
with() |
<K> MutableObjectDoubleMap<K> |
withAll(ObjectDoubleMap<? extends K> map) |
public static final MutableObjectDoubleMapFactoryImpl INSTANCE
public static MutableObjectDoubleMapFactoryImpl[] values()
for (MutableObjectDoubleMapFactoryImpl c : MutableObjectDoubleMapFactoryImpl.values()) System.out.println(c);
public static MutableObjectDoubleMapFactoryImpl valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic <K> MutableObjectDoubleMap<K> empty()
empty in interface MutableObjectDoubleMapFactorypublic <K> MutableObjectDoubleMap<K> of()
of in interface MutableObjectDoubleMapFactorypublic <K> MutableObjectDoubleMap<K> with()
with in interface MutableObjectDoubleMapFactorypublic <K> MutableObjectDoubleMap<K> ofAll(ObjectDoubleMap<? extends K> map)
ofAll in interface MutableObjectDoubleMapFactorypublic <K> MutableObjectDoubleMap<K> withAll(ObjectDoubleMap<? extends K> map)
withAll in interface MutableObjectDoubleMapFactoryCopyright © 2004–2017. All rights reserved.