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