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