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