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