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