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