public class ImmutableObjectCharMapFactoryImpl extends Object implements ImmutableObjectCharMapFactory
ImmutableObjectCharMap.
This file was automatically generated from template file immutableObjectPrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableObjectCharMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<K> ImmutableObjectCharMap<K> |
of()
Same as
ImmutableObjectCharMapFactory.with(). |
<K> ImmutableObjectCharMap<K> |
of(K key,
char value)
|
<K> ImmutableObjectCharMap<K> |
ofAll(ObjectCharMap<? extends K> map)
|
<K> ImmutableObjectCharMap<K> |
with() |
<K> ImmutableObjectCharMap<K> |
with(K key,
char value) |
<K> ImmutableObjectCharMap<K> |
withAll(ObjectCharMap<? extends K> map) |
public <K> ImmutableObjectCharMap<K> of()
ImmutableObjectCharMapFactoryImmutableObjectCharMapFactory.with().of in interface ImmutableObjectCharMapFactorypublic <K> ImmutableObjectCharMap<K> with()
with in interface ImmutableObjectCharMapFactorypublic <K> ImmutableObjectCharMap<K> of(K key, char value)
ImmutableObjectCharMapFactoryof in interface ImmutableObjectCharMapFactorypublic <K> ImmutableObjectCharMap<K> with(K key, char value)
with in interface ImmutableObjectCharMapFactorypublic <K> ImmutableObjectCharMap<K> ofAll(ObjectCharMap<? extends K> map)
ImmutableObjectCharMapFactoryofAll in interface ImmutableObjectCharMapFactorypublic <K> ImmutableObjectCharMap<K> withAll(ObjectCharMap<? extends K> map)
withAll in interface ImmutableObjectCharMapFactoryCopyright © 2004–2017. All rights reserved.