public class ImmutableObjectDoubleMapFactoryImpl extends Object implements ImmutableObjectDoubleMapFactory
ImmutableObjectDoubleMap.
This file was automatically generated from template file immutableObjectPrimitiveMapFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static ImmutableObjectDoubleMapFactory |
INSTANCE |
| Constructor and Description |
|---|
ImmutableObjectDoubleMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<K> ImmutableObjectDoubleMap<K> |
empty() |
<T,K> ImmutableObjectDoubleMap<K> |
from(Iterable<T> iterable,
Function<? super T,? extends K> keyFunction,
DoubleFunction<? super T> valueFunction) |
<K> ImmutableObjectDoubleMap<K> |
of() |
<K> ImmutableObjectDoubleMap<K> |
of(K key,
double value) |
<K> ImmutableObjectDoubleMap<K> |
ofAll(ObjectDoubleMap<? extends K> map) |
<K> ImmutableObjectDoubleMap<K> |
with() |
<K> ImmutableObjectDoubleMap<K> |
with(K key,
double value) |
<K> ImmutableObjectDoubleMap<K> |
withAll(ObjectDoubleMap<? extends K> map) |
public static final ImmutableObjectDoubleMapFactory INSTANCE
public <K> ImmutableObjectDoubleMap<K> empty()
empty in interface ImmutableObjectDoubleMapFactorypublic <K> ImmutableObjectDoubleMap<K> of()
of in interface ImmutableObjectDoubleMapFactorypublic <K> ImmutableObjectDoubleMap<K> with()
with in interface ImmutableObjectDoubleMapFactorypublic <K> ImmutableObjectDoubleMap<K> of(K key, double value)
of in interface ImmutableObjectDoubleMapFactorypublic <K> ImmutableObjectDoubleMap<K> with(K key, double value)
with in interface ImmutableObjectDoubleMapFactorypublic <K> ImmutableObjectDoubleMap<K> ofAll(ObjectDoubleMap<? extends K> map)
ofAll in interface ImmutableObjectDoubleMapFactorypublic <K> ImmutableObjectDoubleMap<K> withAll(ObjectDoubleMap<? extends K> map)
withAll in interface ImmutableObjectDoubleMapFactorypublic <T,K> ImmutableObjectDoubleMap<K> from(Iterable<T> iterable, Function<? super T,? extends K> keyFunction, DoubleFunction<? super T> valueFunction)
from in interface ImmutableObjectDoubleMapFactoryCopyright © 2004–2022. All rights reserved.