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