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