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