ImmutableByteCharMapFactoryImplpublic interface ImmutableByteCharMapFactory
ImmutableByteCharMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactory.stg.| Modifier and Type | Method | Description |
|---|---|---|
ImmutableByteCharMap |
empty() |
|
<T> ImmutableByteCharMap |
from(java.lang.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(java.lang.Iterable<T> iterable, ByteFunction<? super T> keyFunction, CharFunction<? super T> valueFunction)
ImmutableByteCharMap from an Iterable<T> by applying keyFunction and valueFunction.Copyright © 2004–2020. All rights reserved.