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