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