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