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