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