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