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