public class MutableDoubleCharMapFactoryImpl extends Object implements MutableDoubleCharMapFactory
MutableDoubleCharMap
.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.Constructor and Description |
---|
MutableDoubleCharMapFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
MutableDoubleCharMap |
empty() |
MutableDoubleCharMap |
of()
Same as
MutableDoubleCharMapFactory.empty() . |
MutableDoubleCharMap |
ofAll(DoubleCharMap map)
|
MutableDoubleCharMap |
with()
Same as
MutableDoubleCharMapFactory.empty() . |
MutableDoubleCharMap |
withAll(DoubleCharMap map) |
public MutableDoubleCharMap empty()
empty
in interface MutableDoubleCharMapFactory
public MutableDoubleCharMap of()
MutableDoubleCharMapFactory
MutableDoubleCharMapFactory.empty()
.of
in interface MutableDoubleCharMapFactory
public MutableDoubleCharMap with()
MutableDoubleCharMapFactory
MutableDoubleCharMapFactory.empty()
.with
in interface MutableDoubleCharMapFactory
public MutableDoubleCharMap ofAll(DoubleCharMap map)
MutableDoubleCharMapFactory
ofAll
in interface MutableDoubleCharMapFactory
public MutableDoubleCharMap withAll(DoubleCharMap map)
withAll
in interface MutableDoubleCharMapFactory
Copyright © 2004–2016. All rights reserved.