public class ImmutableDoubleCharMapFactoryImpl extends Object implements ImmutableDoubleCharMapFactory
ImmutableDoubleCharMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableDoubleCharMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableDoubleCharMap |
of()
Same as
ImmutableDoubleCharMapFactory.with(). |
ImmutableDoubleCharMap |
of(double key,
char value)
|
ImmutableDoubleCharMap |
ofAll(DoubleCharMap map)
|
ImmutableDoubleCharMap |
with() |
ImmutableDoubleCharMap |
with(double key,
char value) |
ImmutableDoubleCharMap |
withAll(DoubleCharMap map) |
public ImmutableDoubleCharMap of()
ImmutableDoubleCharMapFactoryImmutableDoubleCharMapFactory.with().of in interface ImmutableDoubleCharMapFactorypublic ImmutableDoubleCharMap with()
with in interface ImmutableDoubleCharMapFactorypublic ImmutableDoubleCharMap of(double key, char value)
ImmutableDoubleCharMapFactoryof in interface ImmutableDoubleCharMapFactorypublic ImmutableDoubleCharMap with(double key, char value)
with in interface ImmutableDoubleCharMapFactorypublic ImmutableDoubleCharMap ofAll(DoubleCharMap map)
ImmutableDoubleCharMapFactoryofAll in interface ImmutableDoubleCharMapFactorypublic ImmutableDoubleCharMap withAll(DoubleCharMap map)
withAll in interface ImmutableDoubleCharMapFactoryCopyright © 2004–2017. All rights reserved.