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