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