public interface MutableLongByteMapFactory
MutableLongByteMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactory.stg.| Modifier and Type | Method and Description |
|---|---|
MutableLongByteMap |
empty() |
<T> MutableLongByteMap |
from(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(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.