ImmutableDoubleObjectMapFactorypublic enum ImmutableDoubleObjectMapFactoryImpl extends java.lang.Enum<ImmutableDoubleObjectMapFactoryImpl> implements ImmutableDoubleObjectMapFactory
ImmutableDoubleObjectMap.
This file was automatically generated from template file immutablePrimitiveObjectMapFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
<V> ImmutableDoubleObjectMap<V> |
empty() |
|
<V> ImmutableDoubleObjectMap<V> |
of() |
|
<V> ImmutableDoubleObjectMap<V> |
of(double key,
V value) |
|
<V> ImmutableDoubleObjectMap<V> |
ofAll(DoubleObjectMap<? extends V> map) |
|
static ImmutableDoubleObjectMapFactoryImpl |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ImmutableDoubleObjectMapFactoryImpl[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
<V> ImmutableDoubleObjectMap<V> |
with() |
|
<V> ImmutableDoubleObjectMap<V> |
with(double key,
V value) |
|
<V> ImmutableDoubleObjectMap<V> |
withAll(DoubleObjectMap<? extends V> map) |
public static final ImmutableDoubleObjectMapFactoryImpl INSTANCE
public static ImmutableDoubleObjectMapFactoryImpl[] values()
for (ImmutableDoubleObjectMapFactoryImpl c : ImmutableDoubleObjectMapFactoryImpl.values()) System.out.println(c);
public static ImmutableDoubleObjectMapFactoryImpl 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> ImmutableDoubleObjectMap<V> empty()
empty in interface ImmutableDoubleObjectMapFactorypublic <V> ImmutableDoubleObjectMap<V> of()
ImmutableDoubleObjectMapFactoryof in interface ImmutableDoubleObjectMapFactorypublic <V> ImmutableDoubleObjectMap<V> with()
ImmutableDoubleObjectMapFactorywith in interface ImmutableDoubleObjectMapFactorypublic <V> ImmutableDoubleObjectMap<V> of(double key, V value)
ImmutableDoubleObjectMapFactoryof in interface ImmutableDoubleObjectMapFactorypublic <V> ImmutableDoubleObjectMap<V> with(double key, V value)
with in interface ImmutableDoubleObjectMapFactorypublic <V> ImmutableDoubleObjectMap<V> ofAll(DoubleObjectMap<? extends V> map)
ImmutableDoubleObjectMapFactoryofAll in interface ImmutableDoubleObjectMapFactorypublic <V> ImmutableDoubleObjectMap<V> withAll(DoubleObjectMap<? extends V> map)
withAll in interface ImmutableDoubleObjectMapFactoryCopyright © 2004–2017. All rights reserved.