MutableCharObjectMapFactorypublic class MutableCharObjectMapFactoryImpl extends Object implements MutableCharObjectMapFactory
MutableCharObjectMap.
This file was automatically generated from template file mutablePrimitiveObjectMapFactoryImpl.stg.| Constructor | Description |
|---|---|
MutableCharObjectMapFactoryImpl() |
| Modifier and Type | Method | Description |
|---|---|---|
<V> MutableCharObjectMap<V> |
empty() |
|
<V> MutableCharObjectMap<V> |
of() |
Same as
MutableCharObjectMapFactory.empty(). |
<V> MutableCharObjectMap<V> |
ofAll(CharObjectMap<? extends V> map) |
|
<V> MutableCharObjectMap<V> |
with() |
Same as
MutableCharObjectMapFactory.empty(). |
<V> MutableCharObjectMap<V> |
withAll(CharObjectMap<? extends V> map) |
public <V> MutableCharObjectMap<V> empty()
empty in interface MutableCharObjectMapFactorypublic <V> MutableCharObjectMap<V> of()
MutableCharObjectMapFactoryMutableCharObjectMapFactory.empty().of in interface MutableCharObjectMapFactorypublic <V> MutableCharObjectMap<V> with()
MutableCharObjectMapFactoryMutableCharObjectMapFactory.empty().with in interface MutableCharObjectMapFactorypublic <V> MutableCharObjectMap<V> ofAll(CharObjectMap<? extends V> map)
MutableCharObjectMapFactoryofAll in interface MutableCharObjectMapFactorypublic <V> MutableCharObjectMap<V> withAll(CharObjectMap<? extends V> map)
withAll in interface MutableCharObjectMapFactoryCopyright © 2004–2017. All rights reserved.