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()
ImmutableDoubleCharMapFactory
ImmutableDoubleCharMapFactory.with()
.of
in interface ImmutableDoubleCharMapFactory
public ImmutableDoubleCharMap with()
with
in interface ImmutableDoubleCharMapFactory
public ImmutableDoubleCharMap of(double key, char value)
ImmutableDoubleCharMapFactory
of
in interface ImmutableDoubleCharMapFactory
public ImmutableDoubleCharMap with(double key, char value)
with
in interface ImmutableDoubleCharMapFactory
public ImmutableDoubleCharMap ofAll(DoubleCharMap map)
ImmutableDoubleCharMapFactory
ofAll
in interface ImmutableDoubleCharMapFactory
public ImmutableDoubleCharMap withAll(DoubleCharMap map)
withAll
in interface ImmutableDoubleCharMapFactory
Copyright © 2004–2018. All rights reserved.