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 ImmutableCharDoubleMapFactory
public ImmutableCharDoubleMap of()
ImmutableCharDoubleMapFactory
of
in interface ImmutableCharDoubleMapFactory
public ImmutableCharDoubleMap with()
ImmutableCharDoubleMapFactory
with
in interface ImmutableCharDoubleMapFactory
public ImmutableCharDoubleMap of(char key, double value)
ImmutableCharDoubleMapFactory
of
in interface ImmutableCharDoubleMapFactory
public ImmutableCharDoubleMap with(char key, double value)
with
in interface ImmutableCharDoubleMapFactory
public ImmutableCharDoubleMap ofAll(CharDoubleMap map)
ImmutableCharDoubleMapFactory
ofAll
in interface ImmutableCharDoubleMapFactory
public ImmutableCharDoubleMap withAll(CharDoubleMap map)
withAll
in interface ImmutableCharDoubleMapFactory
Copyright © 2004–2016. All rights reserved.