ImmutableObjectCharMapFactoryImpl
public interface ImmutableObjectCharMapFactory
ImmutableObjectCharMap
.
This file was automatically generated from template file immutableObjectPrimitiveMapFactory.stg.Modifier and Type | Method | Description |
---|---|---|
<K> ImmutableObjectCharMap<K> |
empty() |
|
<K> ImmutableObjectCharMap<K> |
of() |
Same as
empty() . |
<K> ImmutableObjectCharMap<K> |
of(K key,
char value) |
Same as
with(Object, char) . |
<K> ImmutableObjectCharMap<K> |
ofAll(ObjectCharMap<? extends K> map) |
Same as
withAll(ObjectCharMap) . |
<K> ImmutableObjectCharMap<K> |
with() |
Same as
empty() . |
<K> ImmutableObjectCharMap<K> |
with(K key,
char value) |
|
<K> ImmutableObjectCharMap<K> |
withAll(ObjectCharMap<? extends K> map) |
<K> ImmutableObjectCharMap<K> empty()
<K> ImmutableObjectCharMap<K> of()
empty()
.<K> ImmutableObjectCharMap<K> with()
empty()
.<K> ImmutableObjectCharMap<K> of(K key, char value)
with(Object, char)
.<K> ImmutableObjectCharMap<K> with(K key, char value)
<K> ImmutableObjectCharMap<K> ofAll(ObjectCharMap<? extends K> map)
withAll(ObjectCharMap)
.<K> ImmutableObjectCharMap<K> withAll(ObjectCharMap<? extends K> map)
Copyright © 2004–2017. All rights reserved.