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