MutableDoubleBooleanMapFactoryImplpublic interface MutableDoubleBooleanMapFactory
MutableDoubleBooleanMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactory.stg.| Modifier and Type | Method | Description |
|---|---|---|
MutableDoubleBooleanMap |
empty() |
|
<T> MutableDoubleBooleanMap |
from(java.lang.Iterable<T> iterable,
DoubleFunction<? super T> keyFunction,
BooleanFunction<? super T> valueFunction) |
Creates an
MutableDoubleBooleanMap from an Iterable<T> by applying keyFunction and valueFunction. |
MutableDoubleBooleanMap |
of() |
Same as
empty(). |
MutableDoubleBooleanMap |
ofAll(DoubleBooleanMap map) |
Same as
withAll(DoubleBooleanMap). |
MutableDoubleBooleanMap |
ofInitialCapacity(int capacity) |
Same as
empty(). |
MutableDoubleBooleanMap |
with() |
Same as
empty(). |
MutableDoubleBooleanMap |
withAll(DoubleBooleanMap map) |
|
MutableDoubleBooleanMap |
withInitialCapacity(int capacity) |
Same as
empty(). |
MutableDoubleBooleanMap empty()
MutableDoubleBooleanMap of()
empty().MutableDoubleBooleanMap with()
empty().MutableDoubleBooleanMap ofInitialCapacity(int capacity)
empty(). but takes in an initial capacityMutableDoubleBooleanMap withInitialCapacity(int capacity)
empty(). but takes in an initial capacityMutableDoubleBooleanMap ofAll(DoubleBooleanMap map)
withAll(DoubleBooleanMap).MutableDoubleBooleanMap withAll(DoubleBooleanMap map)
<T> MutableDoubleBooleanMap from(java.lang.Iterable<T> iterable, DoubleFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction)
MutableDoubleBooleanMap from an Iterable<T> by applying keyFunction and valueFunction.Copyright © 2004–2020. All rights reserved.