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