ImmutableCharFloatMapFactoryImplpublic interface ImmutableCharFloatMapFactory
ImmutableCharFloatMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactory.stg.| Modifier and Type | Method | Description |
|---|---|---|
ImmutableCharFloatMap |
empty() |
|
<T> ImmutableCharFloatMap |
from(java.lang.Iterable<T> iterable,
CharFunction<? super T> keyFunction,
FloatFunction<? super T> valueFunction) |
Creates an
ImmutableCharFloatMap from an Iterable<T> by applying keyFunction and valueFunction. |
ImmutableCharFloatMap |
of() |
Same as
empty(). |
ImmutableCharFloatMap |
of(char key,
float value) |
Same as
with(char, float). |
ImmutableCharFloatMap |
ofAll(CharFloatMap map) |
Same as
withAll(CharFloatMap). |
ImmutableCharFloatMap |
with() |
Same as
empty(). |
ImmutableCharFloatMap |
with(char key,
float value) |
|
ImmutableCharFloatMap |
withAll(CharFloatMap map) |
ImmutableCharFloatMap empty()
ImmutableCharFloatMap of()
empty().ImmutableCharFloatMap with()
empty().ImmutableCharFloatMap of(char key, float value)
with(char, float).ImmutableCharFloatMap with(char key, float value)
ImmutableCharFloatMap ofAll(CharFloatMap map)
withAll(CharFloatMap).ImmutableCharFloatMap withAll(CharFloatMap map)
<T> ImmutableCharFloatMap from(java.lang.Iterable<T> iterable, CharFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction)
ImmutableCharFloatMap from an Iterable<T> by applying keyFunction and valueFunction.Copyright © 2004–2020. All rights reserved.