| Package | Description |
|---|---|
| org.eclipse.collections.api.factory.map.primitive | |
| org.eclipse.collections.api.map.primitive |
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
|
| Modifier and Type | Method and Description |
|---|---|
MutableDoubleLongMap |
MutableDoubleLongMapFactory.empty() |
MutableDoubleLongMap |
MutableDoubleLongMapFactory.of()
Same as
MutableDoubleLongMapFactory.empty(). |
MutableDoubleLongMap |
MutableDoubleLongMapFactory.ofAll(DoubleLongMap map)
|
MutableDoubleLongMap |
MutableDoubleLongMapFactory.with()
Same as
MutableDoubleLongMapFactory.empty(). |
MutableDoubleLongMap |
MutableDoubleLongMapFactory.withAll(DoubleLongMap map) |
| Modifier and Type | Method and Description |
|---|---|
MutableDoubleLongMap |
MutableDoubleLongMap.asSynchronized() |
MutableDoubleLongMap |
MutableDoubleLongMap.asUnmodifiable() |
MutableDoubleLongMap |
MutableLongDoubleMap.flipUniqueValues() |
MutableDoubleLongMap |
MutableDoubleLongMap.reject(DoubleLongPredicate predicate) |
MutableDoubleLongMap |
MutableDoubleLongMap.select(DoubleLongPredicate predicate) |
MutableDoubleLongMap |
MutableDoubleLongMap.withKeyValue(double key,
long value) |
MutableDoubleLongMap |
MutableDoubleLongMap.withoutAllKeys(DoubleIterable keys) |
MutableDoubleLongMap |
MutableDoubleLongMap.withoutKey(double key) |
Copyright © 2004–2017. All rights reserved.