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