public class MutableCharIntMapFactoryImpl extends Object implements MutableCharIntMapFactory
MutableCharIntMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
MutableCharIntMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
MutableCharIntMap |
empty() |
MutableCharIntMap |
of()
Same as
MutableCharIntMapFactory.empty(). |
MutableCharIntMap |
ofAll(CharIntMap map)
|
MutableCharIntMap |
with()
Same as
MutableCharIntMapFactory.empty(). |
MutableCharIntMap |
withAll(CharIntMap map) |
public MutableCharIntMap empty()
empty in interface MutableCharIntMapFactorypublic MutableCharIntMap of()
MutableCharIntMapFactoryMutableCharIntMapFactory.empty().of in interface MutableCharIntMapFactorypublic MutableCharIntMap with()
MutableCharIntMapFactoryMutableCharIntMapFactory.empty().with in interface MutableCharIntMapFactorypublic MutableCharIntMap ofAll(CharIntMap map)
MutableCharIntMapFactoryofAll in interface MutableCharIntMapFactorypublic MutableCharIntMap withAll(CharIntMap map)
withAll in interface MutableCharIntMapFactoryCopyright © 2004–2016. All rights reserved.