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