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