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