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