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