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