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