public enum ImmutableDoubleObjectMapFactoryImpl extends Enum<ImmutableDoubleObjectMapFactoryImpl> implements ImmutableDoubleObjectMapFactory
ImmutableDoubleObjectMap.
This file was automatically generated from template file immutablePrimitiveObjectMapFactoryImpl.stg.| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableDoubleObjectMap<V> |
empty() |
<T,V> ImmutableDoubleObjectMap<V> |
from(Iterable<T> iterable,
DoubleFunction<? super T> keyFunction,
Function<? super T,? extends V> valueFunction) |
<V> ImmutableDoubleObjectMap<V> |
of() |
<V> ImmutableDoubleObjectMap<V> |
of(double key,
V value) |
<V> ImmutableDoubleObjectMap<V> |
ofAll(DoubleObjectMap<? extends V> map) |
static ImmutableDoubleObjectMapFactoryImpl |
valueOf(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(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 <V> ImmutableDoubleObjectMap<V> empty()
empty in interface ImmutableDoubleObjectMapFactorypublic <V> ImmutableDoubleObjectMap<V> of()
of in interface ImmutableDoubleObjectMapFactorypublic <V> ImmutableDoubleObjectMap<V> with()
with in interface ImmutableDoubleObjectMapFactorypublic <V> ImmutableDoubleObjectMap<V> of(double key, V value)
of in interface ImmutableDoubleObjectMapFactorypublic <V> ImmutableDoubleObjectMap<V> with(double key, V value)
with in interface ImmutableDoubleObjectMapFactorypublic <V> ImmutableDoubleObjectMap<V> ofAll(DoubleObjectMap<? extends V> map)
ofAll in interface ImmutableDoubleObjectMapFactorypublic <V> ImmutableDoubleObjectMap<V> withAll(DoubleObjectMap<? extends V> map)
withAll in interface ImmutableDoubleObjectMapFactorypublic <T,V> ImmutableDoubleObjectMap<V> from(Iterable<T> iterable, DoubleFunction<? super T> keyFunction, Function<? super T,? extends V> valueFunction)
from in interface ImmutableDoubleObjectMapFactoryCopyright © 2004–2021. All rights reserved.