public class ImmutableDoubleObjectMapFactoryImpl extends Object implements ImmutableDoubleObjectMapFactory
ImmutableDoubleObjectMap.
This file was automatically generated from template file immutablePrimitiveObjectMapFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static ImmutableDoubleObjectMapFactory |
INSTANCE |
| Constructor and Description |
|---|
ImmutableDoubleObjectMapFactoryImpl() |
| 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) |
<V> ImmutableDoubleObjectMap<V> |
with() |
<V> ImmutableDoubleObjectMap<V> |
with(double key,
V value) |
<V> ImmutableDoubleObjectMap<V> |
withAll(DoubleObjectMap<? extends V> map) |
public static final ImmutableDoubleObjectMapFactory INSTANCE
public <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–2022. All rights reserved.