public interface MutableObjectCharMapFactory
MutableObjectCharMap.
This file was automatically generated from template file mutableObjectPrimitiveMapFactory.stg.| Modifier and Type | Method and Description |
|---|---|
<K> MutableObjectCharMap<K> |
empty() |
<T,K> MutableObjectCharMap<K> |
from(Iterable<T> iterable,
Function<? super T,? extends K> keyFunction,
CharFunction<? super T> valueFunction)
Creates an
MutableObjectCharMap from an Iterable<T> by applying keyFunction and valueFunction. |
<K> MutableObjectCharMap<K> |
of()
Same as
empty(). |
<K> MutableObjectCharMap<K> |
ofAll(ObjectCharMap<? extends K> map)
Same as
withAll(ObjectCharMap). |
<K> MutableObjectCharMap<K> |
ofInitialCapacity(int capacity)
Same as
empty(). |
<K> MutableObjectCharMap<K> |
with()
Same as
empty(). |
<K> MutableObjectCharMap<K> |
withAll(ObjectCharMap<? extends K> map) |
<K> MutableObjectCharMap<K> |
withInitialCapacity(int capacity)
Same as
empty(). |
<K> MutableObjectCharMap<K> empty()
<K> MutableObjectCharMap<K> of()
empty().<K> MutableObjectCharMap<K> with()
empty().<K> MutableObjectCharMap<K> ofInitialCapacity(int capacity)
empty(). but takes in an initial capacity<K> MutableObjectCharMap<K> withInitialCapacity(int capacity)
empty(). but takes in an initial capacity<K> MutableObjectCharMap<K> ofAll(ObjectCharMap<? extends K> map)
withAll(ObjectCharMap).<K> MutableObjectCharMap<K> withAll(ObjectCharMap<? extends K> map)
<T,K> MutableObjectCharMap<K> from(Iterable<T> iterable, Function<? super T,? extends K> keyFunction, CharFunction<? super T> valueFunction)
MutableObjectCharMap from an Iterable<T> by applying keyFunction and valueFunction.Copyright © 2004–2021. All rights reserved.