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