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