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