MutableCharIntMapFactoryImplpublic interface MutableCharIntMapFactory
MutableCharIntMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactory.stg.| Modifier and Type | Method | Description |
|---|---|---|
MutableCharIntMap |
empty() |
|
<T> MutableCharIntMap |
from(java.lang.Iterable<T> iterable,
CharFunction<? super T> keyFunction,
IntFunction<? super T> valueFunction) |
Creates an
MutableCharIntMap from an Iterable<T> by applying keyFunction and valueFunction. |
MutableCharIntMap |
of() |
Same as
empty(). |
MutableCharIntMap |
ofAll(CharIntMap map) |
Same as
withAll(CharIntMap). |
MutableCharIntMap |
ofInitialCapacity(int capacity) |
Same as
empty(). |
MutableCharIntMap |
with() |
Same as
empty(). |
MutableCharIntMap |
withAll(CharIntMap map) |
|
MutableCharIntMap |
withInitialCapacity(int capacity) |
Same as
empty(). |
MutableCharIntMap empty()
MutableCharIntMap of()
empty().MutableCharIntMap with()
empty().MutableCharIntMap ofInitialCapacity(int capacity)
empty(). but takes in an initial capacityMutableCharIntMap withInitialCapacity(int capacity)
empty(). but takes in an initial capacityMutableCharIntMap ofAll(CharIntMap map)
withAll(CharIntMap).MutableCharIntMap withAll(CharIntMap map)
<T> MutableCharIntMap from(java.lang.Iterable<T> iterable, CharFunction<? super T> keyFunction, IntFunction<? super T> valueFunction)
MutableCharIntMap from an Iterable<T> by applying keyFunction and valueFunction.Copyright © 2004–2020. All rights reserved.