public interface ImmutableCharDoubleMapFactory
ImmutableCharDoubleMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactory.stg.| Modifier and Type | Method and Description |
|---|---|
ImmutableCharDoubleMap |
of()
Same as
with(). |
ImmutableCharDoubleMap |
of(char key,
double value)
Same as
with(char, double). |
ImmutableCharDoubleMap |
ofAll(CharDoubleMap map)
Same as
withAll(CharDoubleMap). |
ImmutableCharDoubleMap |
with() |
ImmutableCharDoubleMap |
with(char key,
double value) |
ImmutableCharDoubleMap |
withAll(CharDoubleMap map) |
ImmutableCharDoubleMap of()
with().ImmutableCharDoubleMap with()
ImmutableCharDoubleMap of(char key, double value)
with(char, double).ImmutableCharDoubleMap with(char key, double value)
ImmutableCharDoubleMap ofAll(CharDoubleMap map)
withAll(CharDoubleMap).ImmutableCharDoubleMap withAll(CharDoubleMap map)
Copyright © 2004–2017. All rights reserved.