MutableDoubleDoubleMapFactoryImplpublic interface MutableDoubleDoubleMapFactory
MutableDoubleDoubleMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactory.stg.| Modifier and Type | Method | Description |
|---|---|---|
MutableDoubleDoubleMap |
empty() |
|
<T> MutableDoubleDoubleMap |
from(Iterable<T> iterable,
DoubleFunction<? super T> keyFunction,
DoubleFunction<? super T> valueFunction) |
Creates an
MutableDoubleDoubleMap from an Iterable<T> by applying keyFunction and valueFunction. |
MutableDoubleDoubleMap |
of() |
Same as
empty(). |
MutableDoubleDoubleMap |
ofAll(DoubleDoubleMap map) |
Same as
withAll(DoubleDoubleMap). |
MutableDoubleDoubleMap |
ofInitialCapacity(int capacity) |
Same as
empty(). |
MutableDoubleDoubleMap |
with() |
Same as
empty(). |
MutableDoubleDoubleMap |
withAll(DoubleDoubleMap map) |
|
MutableDoubleDoubleMap |
withInitialCapacity(int capacity) |
Same as
empty(). |
MutableDoubleDoubleMap empty()
MutableDoubleDoubleMap of()
empty().MutableDoubleDoubleMap with()
empty().MutableDoubleDoubleMap ofInitialCapacity(int capacity)
empty(). but takes in an initial capacityMutableDoubleDoubleMap withInitialCapacity(int capacity)
empty(). but takes in an initial capacityMutableDoubleDoubleMap ofAll(DoubleDoubleMap map)
withAll(DoubleDoubleMap).MutableDoubleDoubleMap withAll(DoubleDoubleMap map)
<T> MutableDoubleDoubleMap from(Iterable<T> iterable, DoubleFunction<? super T> keyFunction, DoubleFunction<? super T> valueFunction)
MutableDoubleDoubleMap from an Iterable<T> by applying keyFunction and valueFunction.Copyright © 2004–2019. All rights reserved.