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