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