MutableDoubleObjectMapFactoryImpl
public interface MutableDoubleObjectMapFactory
MutableDoubleObjectMap
.
This file was automatically generated from template file mutablePrimitiveObjectMapFactory.stg.Modifier and Type | Method | Description |
---|---|---|
<V> MutableDoubleObjectMap<V> |
empty() |
|
<T,V> MutableDoubleObjectMap<V> |
from(Iterable<T> iterable,
DoubleFunction<? super T> keyFunction,
Function<? super T,? extends V> valueFunction) |
Creates an
MutableDoubleObjectMap from an Iterable<T> by applying keyFunction and valueFunction . |
<V> MutableDoubleObjectMap<V> |
of() |
Same as
empty() . |
<V> MutableDoubleObjectMap<V> |
ofAll(DoubleObjectMap<? extends V> map) |
Same as
withAll(DoubleObjectMap) . |
<V> MutableDoubleObjectMap<V> |
ofInitialCapacity(int capacity) |
Same as
empty() . |
<V> MutableDoubleObjectMap<V> |
with() |
Same as
empty() . |
<V> MutableDoubleObjectMap<V> |
withAll(DoubleObjectMap<? extends V> map) |
|
<V> MutableDoubleObjectMap<V> |
withInitialCapacity(int capacity) |
Same as
empty() . |
<V> MutableDoubleObjectMap<V> empty()
<V> MutableDoubleObjectMap<V> of()
empty()
.<V> MutableDoubleObjectMap<V> with()
empty()
.<V> MutableDoubleObjectMap<V> ofInitialCapacity(int capacity)
empty()
. but takes in an initial capacity<V> MutableDoubleObjectMap<V> withInitialCapacity(int capacity)
empty()
. but takes in an initial capacity<V> MutableDoubleObjectMap<V> ofAll(DoubleObjectMap<? extends V> map)
withAll(DoubleObjectMap)
.<V> MutableDoubleObjectMap<V> withAll(DoubleObjectMap<? extends V> map)
<T,V> MutableDoubleObjectMap<V> from(Iterable<T> iterable, DoubleFunction<? super T> keyFunction, Function<? super T,? extends V> valueFunction)
MutableDoubleObjectMap
from an Iterable<T>
by applying keyFunction
and valueFunction
.Copyright © 2004–2019. All rights reserved.