ImmutableShortBooleanMapFactoryImplpublic interface ImmutableShortBooleanMapFactory
ImmutableShortBooleanMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactory.stg.| Modifier and Type | Method | Description |
|---|---|---|
ImmutableShortBooleanMap |
empty() |
|
<T> ImmutableShortBooleanMap |
from(java.lang.Iterable<T> iterable,
ShortFunction<? super T> keyFunction,
BooleanFunction<? super T> valueFunction) |
Creates an
ImmutableShortBooleanMap from an Iterable<T> by applying keyFunction and valueFunction. |
ImmutableShortBooleanMap |
of() |
Same as
empty(). |
ImmutableShortBooleanMap |
of(short key,
boolean value) |
Same as
with(short, boolean). |
ImmutableShortBooleanMap |
ofAll(ShortBooleanMap map) |
Same as
withAll(ShortBooleanMap). |
ImmutableShortBooleanMap |
with() |
Same as
empty(). |
ImmutableShortBooleanMap |
with(short key,
boolean value) |
|
ImmutableShortBooleanMap |
withAll(ShortBooleanMap map) |
ImmutableShortBooleanMap empty()
ImmutableShortBooleanMap of()
empty().ImmutableShortBooleanMap with()
empty().ImmutableShortBooleanMap of(short key, boolean value)
with(short, boolean).ImmutableShortBooleanMap with(short key, boolean value)
ImmutableShortBooleanMap ofAll(ShortBooleanMap map)
withAll(ShortBooleanMap).ImmutableShortBooleanMap withAll(ShortBooleanMap map)
<T> ImmutableShortBooleanMap from(java.lang.Iterable<T> iterable, ShortFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction)
ImmutableShortBooleanMap from an Iterable<T> by applying keyFunction and valueFunction.Copyright © 2004–2020. All rights reserved.