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