public class ImmutableCharDoubleMapFactoryImpl extends Object implements ImmutableCharDoubleMapFactory
ImmutableCharDoubleMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableCharDoubleMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableCharDoubleMap |
empty() |
ImmutableCharDoubleMap |
of()
|
ImmutableCharDoubleMap |
of(char key,
double value)
|
ImmutableCharDoubleMap |
ofAll(CharDoubleMap map)
|
ImmutableCharDoubleMap |
with()
|
ImmutableCharDoubleMap |
with(char key,
double value) |
ImmutableCharDoubleMap |
withAll(CharDoubleMap map) |
public ImmutableCharDoubleMap empty()
empty in interface ImmutableCharDoubleMapFactorypublic ImmutableCharDoubleMap of()
ImmutableCharDoubleMapFactoryof in interface ImmutableCharDoubleMapFactorypublic ImmutableCharDoubleMap with()
ImmutableCharDoubleMapFactorywith in interface ImmutableCharDoubleMapFactorypublic ImmutableCharDoubleMap of(char key, double value)
ImmutableCharDoubleMapFactoryof in interface ImmutableCharDoubleMapFactorypublic ImmutableCharDoubleMap with(char key, double value)
with in interface ImmutableCharDoubleMapFactorypublic ImmutableCharDoubleMap ofAll(CharDoubleMap map)
ImmutableCharDoubleMapFactoryofAll in interface ImmutableCharDoubleMapFactorypublic ImmutableCharDoubleMap withAll(CharDoubleMap map)
withAll in interface ImmutableCharDoubleMapFactoryCopyright © 2004–2016. All rights reserved.