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