MutableObjectCharMapFactoryImplpublic interface MutableObjectCharMapFactory
MutableObjectCharMap.
This file was automatically generated from template file mutableObjectPrimitiveMapFactory.stg.| Modifier and Type | Method | Description |
|---|---|---|
<K> MutableObjectCharMap<K> |
empty() |
|
<K> MutableObjectCharMap<K> |
of() |
Same as
empty(). |
<K> MutableObjectCharMap<K> |
ofAll(ObjectCharMap<? extends K> map) |
Same as
withAll(ObjectCharMap). |
<K> MutableObjectCharMap<K> |
with() |
Same as
empty(). |
<K> MutableObjectCharMap<K> |
withAll(ObjectCharMap<? extends K> map) |
<K> MutableObjectCharMap<K> empty()
<K> MutableObjectCharMap<K> of()
empty().<K> MutableObjectCharMap<K> with()
empty().<K> MutableObjectCharMap<K> ofAll(ObjectCharMap<? extends K> map)
withAll(ObjectCharMap).<K> MutableObjectCharMap<K> withAll(ObjectCharMap<? extends K> map)
Copyright © 2004–2018. All rights reserved.