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(). |
default MutableShortBooleanMap |
of(short key,
boolean value) |
default MutableShortBooleanMap |
of(short key1,
boolean value1,
short key2,
boolean value2) |
default MutableShortBooleanMap |
of(short key1,
boolean value1,
short key2,
boolean value2,
short key3,
boolean value3) |
default MutableShortBooleanMap |
of(short key1,
boolean value1,
short key2,
boolean value2,
short key3,
boolean value3,
short key4,
boolean value4) |
MutableShortBooleanMap |
ofAll(ShortBooleanMap map)
Same as
withAll(ShortBooleanMap). |
MutableShortBooleanMap |
ofInitialCapacity(int capacity)
Same as
empty(). |
MutableShortBooleanMap |
with()
Same as
empty(). |
default MutableShortBooleanMap |
with(short key,
boolean value) |
default MutableShortBooleanMap |
with(short key1,
boolean value1,
short key2,
boolean value2) |
default MutableShortBooleanMap |
with(short key1,
boolean value1,
short key2,
boolean value2,
short key3,
boolean value3) |
default MutableShortBooleanMap |
with(short key1,
boolean value1,
short key2,
boolean value2,
short key3,
boolean value3,
short key4,
boolean value4) |
MutableShortBooleanMap |
withAll(ShortBooleanMap map) |
MutableShortBooleanMap |
withInitialCapacity(int capacity)
Same as
empty(). |
MutableShortBooleanMap empty()
MutableShortBooleanMap of()
empty().MutableShortBooleanMap with()
empty().default MutableShortBooleanMap of(short key, boolean value)
default MutableShortBooleanMap with(short key, boolean value)
default MutableShortBooleanMap of(short key1, boolean value1, short key2, boolean value2)
default MutableShortBooleanMap with(short key1, boolean value1, short key2, boolean value2)
default MutableShortBooleanMap of(short key1, boolean value1, short key2, boolean value2, short key3, boolean value3)
default MutableShortBooleanMap with(short key1, boolean value1, short key2, boolean value2, short key3, boolean value3)
default MutableShortBooleanMap of(short key1, boolean value1, short key2, boolean value2, short key3, boolean value3, short key4, boolean value4)
default MutableShortBooleanMap with(short key1, boolean value1, short key2, boolean value2, short key3, boolean value3, short key4, boolean value4)
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–2022. All rights reserved.