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