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