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