public interface ImmutableLongBooleanMapFactory
ImmutableLongBooleanMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactory.stg.| Modifier and Type | Method and Description |
|---|---|
ImmutableLongBooleanMap |
empty() |
<T> ImmutableLongBooleanMap |
from(Iterable<T> iterable,
LongFunction<? super T> keyFunction,
BooleanFunction<? super T> valueFunction)
Creates an
ImmutableLongBooleanMap from an Iterable<T> by applying keyFunction and valueFunction. |
ImmutableLongBooleanMap |
of()
Same as
empty(). |
ImmutableLongBooleanMap |
of(long key,
boolean value)
Same as
with(long, boolean). |
ImmutableLongBooleanMap |
ofAll(LongBooleanMap map)
Same as
withAll(LongBooleanMap). |
ImmutableLongBooleanMap |
with()
Same as
empty(). |
ImmutableLongBooleanMap |
with(long key,
boolean value) |
ImmutableLongBooleanMap |
withAll(LongBooleanMap map) |
ImmutableLongBooleanMap empty()
ImmutableLongBooleanMap of()
empty().ImmutableLongBooleanMap with()
empty().ImmutableLongBooleanMap of(long key, boolean value)
with(long, boolean).ImmutableLongBooleanMap with(long key, boolean value)
ImmutableLongBooleanMap ofAll(LongBooleanMap map)
withAll(LongBooleanMap).ImmutableLongBooleanMap withAll(LongBooleanMap map)
<T> ImmutableLongBooleanMap from(Iterable<T> iterable, LongFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction)
ImmutableLongBooleanMap from an Iterable<T> by applying keyFunction and valueFunction.Copyright © 2004–2023. All rights reserved.