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