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