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