ImmutableByteBooleanMapFactoryImplpublic interface ImmutableByteBooleanMapFactory
ImmutableByteBooleanMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactory.stg.| Modifier and Type | Method | Description |
|---|---|---|
ImmutableByteBooleanMap |
empty() |
|
<T> ImmutableByteBooleanMap |
from(Iterable<T> iterable,
ByteFunction<? super T> keyFunction,
BooleanFunction<? super T> valueFunction) |
Creates an
ImmutableByteBooleanMap from an Iterable<T> by applying keyFunction and valueFunction. |
ImmutableByteBooleanMap |
of() |
Same as
empty(). |
ImmutableByteBooleanMap |
of(byte key,
boolean value) |
Same as
with(byte, boolean). |
ImmutableByteBooleanMap |
ofAll(ByteBooleanMap map) |
Same as
withAll(ByteBooleanMap). |
ImmutableByteBooleanMap |
with() |
Same as
empty(). |
ImmutableByteBooleanMap |
with(byte key,
boolean value) |
|
ImmutableByteBooleanMap |
withAll(ByteBooleanMap map) |
ImmutableByteBooleanMap empty()
ImmutableByteBooleanMap of()
empty().ImmutableByteBooleanMap with()
empty().ImmutableByteBooleanMap of(byte key, boolean value)
with(byte, boolean).ImmutableByteBooleanMap with(byte key, boolean value)
ImmutableByteBooleanMap ofAll(ByteBooleanMap map)
withAll(ByteBooleanMap).ImmutableByteBooleanMap withAll(ByteBooleanMap map)
<T> ImmutableByteBooleanMap from(Iterable<T> iterable, ByteFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction)
ImmutableByteBooleanMap from an Iterable<T> by applying keyFunction and valueFunction.Copyright © 2004–2019. All rights reserved.