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