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> |
empty() |
<K> ImmutableObjectCharMap<K> |
of()
|
<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> empty()
empty
in interface ImmutableObjectCharMapFactory
public <K> ImmutableObjectCharMap<K> of()
ImmutableObjectCharMapFactory
of
in interface ImmutableObjectCharMapFactory
public <K> ImmutableObjectCharMap<K> with()
ImmutableObjectCharMapFactory
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–2016. All rights reserved.