public interface MutableDoubleByteMapFactory
MutableDoubleByteMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactory.stg.| Modifier and Type | Method and Description |
|---|---|
MutableDoubleByteMap |
empty() |
<T> MutableDoubleByteMap |
from(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(Iterable<T> iterable, DoubleFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction)
MutableDoubleByteMap from an Iterable<T> by applying keyFunction and valueFunction.Copyright © 2004–2021. All rights reserved.