MutableLongFloatMapFactoryImplpublic interface MutableLongFloatMapFactory
MutableLongFloatMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactory.stg.| Modifier and Type | Method | Description |
|---|---|---|
MutableLongFloatMap |
empty() |
|
<T> MutableLongFloatMap |
from(java.lang.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(java.lang.Iterable<T> iterable, LongFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction)
MutableLongFloatMap from an Iterable<T> by applying keyFunction and valueFunction.Copyright © 2004–2020. All rights reserved.