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 MutableObjectCharMapFactory
public <K> MutableObjectCharMap<K> of()
MutableObjectCharMapFactory
MutableObjectCharMapFactory.empty()
.of
in interface MutableObjectCharMapFactory
public <K> MutableObjectCharMap<K> with()
MutableObjectCharMapFactory
MutableObjectCharMapFactory.empty()
.with
in interface MutableObjectCharMapFactory
public <K> MutableObjectCharMap<K> ofAll(ObjectCharMap<? extends K> map)
MutableObjectCharMapFactory
ofAll
in interface MutableObjectCharMapFactory
public <K> MutableObjectCharMap<K> withAll(ObjectCharMap<? extends K> map)
withAll
in interface MutableObjectCharMapFactory
Copyright © 2004–2016. All rights reserved.