MutableFloatByteMapFactoryImplpublic interface MutableFloatByteMapFactory
MutableFloatByteMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactory.stg.| Modifier and Type | Method | Description |
|---|---|---|
MutableFloatByteMap |
empty() |
|
<T> MutableFloatByteMap |
from(java.lang.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(java.lang.Iterable<T> iterable, FloatFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction)
MutableFloatByteMap from an Iterable<T> by applying keyFunction and valueFunction.Copyright © 2004–2020. All rights reserved.