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