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