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