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