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