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