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