public interface ImmutableDoubleObjectMapFactory
ImmutableDoubleObjectMap.
This file was automatically generated from template file immutablePrimitiveObjectMapFactory.stg.| 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)
Creates an
ImmutableDoubleObjectMap from an Iterable<T> by applying keyFunction and valueFunction. |
<V> ImmutableDoubleObjectMap<V> |
of()
Same as
empty(). |
<V> ImmutableDoubleObjectMap<V> |
of(double key,
V value)
Same as
with(double, Object). |
<V> ImmutableDoubleObjectMap<V> |
ofAll(DoubleObjectMap<? extends V> map)
Same as
withAll(DoubleObjectMap). |
<V> ImmutableDoubleObjectMap<V> |
with()
Same as
empty(). |
<V> ImmutableDoubleObjectMap<V> |
with(double key,
V value) |
<V> ImmutableDoubleObjectMap<V> |
withAll(DoubleObjectMap<? extends V> map) |
<V> ImmutableDoubleObjectMap<V> empty()
<V> ImmutableDoubleObjectMap<V> of()
empty().<V> ImmutableDoubleObjectMap<V> with()
empty().<V> ImmutableDoubleObjectMap<V> of(double key, V value)
with(double, Object).<V> ImmutableDoubleObjectMap<V> with(double key, V value)
<V> ImmutableDoubleObjectMap<V> ofAll(DoubleObjectMap<? extends V> map)
withAll(DoubleObjectMap).<V> ImmutableDoubleObjectMap<V> withAll(DoubleObjectMap<? extends V> map)
<T,V> ImmutableDoubleObjectMap<V> from(Iterable<T> iterable, DoubleFunction<? super T> keyFunction, Function<? super T,? extends V> valueFunction)
ImmutableDoubleObjectMap from an Iterable<T> by applying keyFunction and valueFunction.Copyright © 2004–2021. All rights reserved.