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