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