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