public class MutableObjectCharMapFactoryImpl extends Object implements MutableObjectCharMapFactory
MutableObjectCharMap.
This file was automatically generated from template file mutableObjectPrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
MutableObjectCharMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<K> MutableObjectCharMap<K> |
empty() |
<K> MutableObjectCharMap<K> |
of()
Same as
MutableObjectCharMapFactory.empty(). |
<K> MutableObjectCharMap<K> |
ofAll(ObjectCharMap<? extends K> map)
|
<K> MutableObjectCharMap<K> |
with()
Same as
MutableObjectCharMapFactory.empty(). |
<K> MutableObjectCharMap<K> |
withAll(ObjectCharMap<? extends K> map) |
public <K> MutableObjectCharMap<K> empty()
empty in interface MutableObjectCharMapFactorypublic <K> MutableObjectCharMap<K> of()
MutableObjectCharMapFactoryMutableObjectCharMapFactory.empty().of in interface MutableObjectCharMapFactorypublic <K> MutableObjectCharMap<K> with()
MutableObjectCharMapFactoryMutableObjectCharMapFactory.empty().with in interface MutableObjectCharMapFactorypublic <K> MutableObjectCharMap<K> ofAll(ObjectCharMap<? extends K> map)
MutableObjectCharMapFactoryofAll in interface MutableObjectCharMapFactorypublic <K> MutableObjectCharMap<K> withAll(ObjectCharMap<? extends K> map)
withAll in interface MutableObjectCharMapFactoryCopyright © 2004–2016. All rights reserved.