| Package | Description |
|---|---|
| org.eclipse.collections.api |
This package contains interfaces for Eclipse Collections API.
|
| 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 |
|---|---|
<V> ObjectDoubleMap<V> |
RichIterable.sumByDouble(Function<? super T,? extends V> groupBy,
DoubleFunction<? super T> function)
Groups and sums the values using the two specified functions.
|
<V> ObjectDoubleMap<V> |
RichIterable.sumByFloat(Function<? super T,? extends V> groupBy,
FloatFunction<? super T> function)
Groups and sums the values using the two specified functions.
|
| Modifier and Type | Method and Description |
|---|---|
<K> MutableObjectDoubleMap<K> |
MutableObjectDoubleMapFactory.ofAll(ObjectDoubleMap<? extends K> map)
|
<K> ImmutableObjectDoubleMap<K> |
ImmutableObjectDoubleMapFactory.ofAll(ObjectDoubleMap<? extends K> map)
|
<K> MutableObjectDoubleMap<K> |
MutableObjectDoubleMapFactory.withAll(ObjectDoubleMap<? extends K> map) |
<K> ImmutableObjectDoubleMap<K> |
ImmutableObjectDoubleMapFactory.withAll(ObjectDoubleMap<? extends K> map) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ImmutableObjectDoubleMap<K>
This file was automatically generated from template file immutableObjectPrimitiveMap.stg.
|
interface |
MutableObjectDoubleMap<K>
This file was automatically generated from template file mutableObjectPrimitiveMap.stg.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectDoubleMap<V> |
DoubleObjectMap.flipUniqueValues()
Return the ObjectDoubleMap that is obtained by flipping the direction of this map and making the associations
from value to key.
|
ObjectDoubleMap<K> |
ObjectDoubleMap.reject(ObjectDoublePredicate<? super K> predicate) |
ObjectDoubleMap<K> |
ObjectDoubleMap.select(ObjectDoublePredicate<? super K> predicate) |
default ObjectDoubleMap<K> |
ObjectDoubleMap.tap(DoubleProcedure procedure) |
| Modifier and Type | Method and Description |
|---|---|
void |
MutableObjectDoubleMap.putAll(ObjectDoubleMap<? extends K> map) |
Copyright © 2004–2017. All rights reserved.