public class MutableDoubleObjectMapFactoryImpl extends Object implements MutableDoubleObjectMapFactory
MutableDoubleObjectMap.
This file was automatically generated from template file mutablePrimitiveObjectMapFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static MutableDoubleObjectMapFactory |
INSTANCE |
| Constructor and Description |
|---|
MutableDoubleObjectMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<V> MutableDoubleObjectMap<V> |
empty() |
<T,V> MutableDoubleObjectMap<V> |
from(Iterable<T> iterable,
DoubleFunction<? super T> keyFunction,
Function<? super T,? extends V> valueFunction) |
<V> MutableDoubleObjectMap<V> |
of() |
<V> MutableDoubleObjectMap<V> |
of(double key,
V value) |
<V> MutableDoubleObjectMap<V> |
of(double key1,
V value1,
double key2,
V value2) |
<V> MutableDoubleObjectMap<V> |
of(double key1,
V value1,
double key2,
V value2,
double key3,
V value3) |
<V> MutableDoubleObjectMap<V> |
of(double key1,
V value1,
double key2,
V value2,
double key3,
V value3,
double key4,
V value4) |
<V> MutableDoubleObjectMap<V> |
ofAll(DoubleObjectMap<? extends V> map) |
<V> MutableDoubleObjectMap<V> |
ofInitialCapacity(int capacity) |
<V> MutableDoubleObjectMap<V> |
with() |
<V> MutableDoubleObjectMap<V> |
with(double key,
V value) |
<V> MutableDoubleObjectMap<V> |
with(double key1,
V value1,
double key2,
V value2) |
<V> MutableDoubleObjectMap<V> |
with(double key1,
V value1,
double key2,
V value2,
double key3,
V value3) |
<V> MutableDoubleObjectMap<V> |
with(double key1,
V value1,
double key2,
V value2,
double key3,
V value3,
double key4,
V value4) |
<V> MutableDoubleObjectMap<V> |
withAll(DoubleObjectMap<? extends V> map) |
<V> MutableDoubleObjectMap<V> |
withInitialCapacity(int capacity) |
public static final MutableDoubleObjectMapFactory INSTANCE
public <V> MutableDoubleObjectMap<V> empty()
empty in interface MutableDoubleObjectMapFactorypublic <V> MutableDoubleObjectMap<V> of()
of in interface MutableDoubleObjectMapFactorypublic <V> MutableDoubleObjectMap<V> with()
with in interface MutableDoubleObjectMapFactorypublic <V> MutableDoubleObjectMap<V> of(double key, V value)
of in interface MutableDoubleObjectMapFactorypublic <V> MutableDoubleObjectMap<V> with(double key, V value)
with in interface MutableDoubleObjectMapFactorypublic <V> MutableDoubleObjectMap<V> of(double key1, V value1, double key2, V value2)
of in interface MutableDoubleObjectMapFactorypublic <V> MutableDoubleObjectMap<V> with(double key1, V value1, double key2, V value2)
with in interface MutableDoubleObjectMapFactorypublic <V> MutableDoubleObjectMap<V> of(double key1, V value1, double key2, V value2, double key3, V value3)
of in interface MutableDoubleObjectMapFactorypublic <V> MutableDoubleObjectMap<V> with(double key1, V value1, double key2, V value2, double key3, V value3)
with in interface MutableDoubleObjectMapFactorypublic <V> MutableDoubleObjectMap<V> of(double key1, V value1, double key2, V value2, double key3, V value3, double key4, V value4)
of in interface MutableDoubleObjectMapFactorypublic <V> MutableDoubleObjectMap<V> with(double key1, V value1, double key2, V value2, double key3, V value3, double key4, V value4)
with in interface MutableDoubleObjectMapFactorypublic <V> MutableDoubleObjectMap<V> ofInitialCapacity(int capacity)
ofInitialCapacity in interface MutableDoubleObjectMapFactorypublic <V> MutableDoubleObjectMap<V> withInitialCapacity(int capacity)
withInitialCapacity in interface MutableDoubleObjectMapFactorypublic <V> MutableDoubleObjectMap<V> ofAll(DoubleObjectMap<? extends V> map)
ofAll in interface MutableDoubleObjectMapFactorypublic <V> MutableDoubleObjectMap<V> withAll(DoubleObjectMap<? extends V> map)
withAll in interface MutableDoubleObjectMapFactorypublic <T,V> MutableDoubleObjectMap<V> from(Iterable<T> iterable, DoubleFunction<? super T> keyFunction, Function<? super T,? extends V> valueFunction)
from in interface MutableDoubleObjectMapFactoryCopyright © 2004–2022. All rights reserved.