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