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