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