public interface ImmutableObjectCharMapFactory
ImmutableObjectCharMap.
This file was automatically generated from template file immutableObjectPrimitiveMapFactory.stg.| Modifier and Type | Method and Description |
|---|---|
<K> ImmutableObjectCharMap<K> |
empty() |
<T,K> ImmutableObjectCharMap<K> |
from(Iterable<T> iterable,
Function<? super T,? extends K> keyFunction,
CharFunction<? super T> valueFunction)
Creates an
ImmutableObjectCharMap from an Iterable<T> by applying keyFunction and valueFunction. |
<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)
<T,K> ImmutableObjectCharMap<K> from(Iterable<T> iterable, Function<? super T,? extends K> keyFunction, CharFunction<? super T> valueFunction)
ImmutableObjectCharMap from an Iterable<T> by applying keyFunction and valueFunction.Copyright © 2004–2023. All rights reserved.