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()
ImmutableObjectCharMapFactory
ImmutableObjectCharMapFactory.with()
.of
in interface ImmutableObjectCharMapFactory
public <K> ImmutableObjectCharMap<K> with()
with
in interface ImmutableObjectCharMapFactory
public <K> ImmutableObjectCharMap<K> of(K key, char value)
ImmutableObjectCharMapFactory
of
in interface ImmutableObjectCharMapFactory
public <K> ImmutableObjectCharMap<K> with(K key, char value)
with
in interface ImmutableObjectCharMapFactory
public <K> ImmutableObjectCharMap<K> ofAll(ObjectCharMap<? extends K> map)
ImmutableObjectCharMapFactory
ofAll
in interface ImmutableObjectCharMapFactory
public <K> ImmutableObjectCharMap<K> withAll(ObjectCharMap<? extends K> map)
withAll
in interface ImmutableObjectCharMapFactory
Copyright © 2004–2019. All rights reserved.