ImmutableDoubleCharMapFactoryImplpublic interface ImmutableDoubleCharMapFactory
ImmutableDoubleCharMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactory.stg.| Modifier and Type | Method | Description |
|---|---|---|
ImmutableDoubleCharMap |
empty() |
|
ImmutableDoubleCharMap |
of() |
Same as
empty(). |
ImmutableDoubleCharMap |
of(double key,
char value) |
Same as
with(double, char). |
ImmutableDoubleCharMap |
ofAll(DoubleCharMap map) |
Same as
withAll(DoubleCharMap). |
ImmutableDoubleCharMap |
with() |
Same as
empty(). |
ImmutableDoubleCharMap |
with(double key,
char value) |
|
ImmutableDoubleCharMap |
withAll(DoubleCharMap map) |
ImmutableDoubleCharMap empty()
ImmutableDoubleCharMap of()
empty().ImmutableDoubleCharMap with()
empty().ImmutableDoubleCharMap of(double key, char value)
with(double, char).ImmutableDoubleCharMap with(double key, char value)
ImmutableDoubleCharMap ofAll(DoubleCharMap map)
withAll(DoubleCharMap).ImmutableDoubleCharMap withAll(DoubleCharMap map)
Copyright © 2004–2018. All rights reserved.