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.
|
org.eclipse.collections.impl |
This package contains implementations for Eclipse Collections API.
|
org.eclipse.collections.impl.bimap | |
org.eclipse.collections.impl.collection | |
org.eclipse.collections.impl.collection.mutable |
This package contains implementations of the
MutableCollection interface. |
org.eclipse.collections.impl.jmh | |
org.eclipse.collections.impl.list.mutable |
This package contains implementations of the
MutableList interface. |
org.eclipse.collections.impl.map.immutable.primitive |
This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
org.eclipse.collections.impl.map.mutable |
This package contains implementations of the
MutableMap interface. |
org.eclipse.collections.impl.map.mutable.primitive |
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
org.eclipse.collections.impl.map.sorted.mutable |
This package contains implementations of the
MutableSortedMap interface. |
org.eclipse.collections.impl.parallel |
This package contains classes which is used for parallel iteration through the containers.
|
org.eclipse.collections.impl.stack.mutable |
This package contains implementations of the
MutableStack interface. |
org.eclipse.collections.impl.utility |
This package contains static utilities that provide iteration pattern implementations which work with JCF collections.
|
org.eclipse.collections.impl.utility.internal |
This package contains static utilities that provide internal iteration pattern implementations which work with JCF collections.
|
Modifier and Type | Method and Description |
---|---|
<V> ObjectDoubleMap<V> |
RichIterable.sumByDouble(Function<T,V> groupBy,
DoubleFunction<? super T> function)
Groups and sums the values using the two specified functions.
|
<V> ObjectDoubleMap<V> |
RichIterable.sumByFloat(Function<T,V> groupBy,
FloatFunction<? super T> function)
Groups and sums the values using the two specified functions.
|
Modifier and Type | Method and Description |
---|---|
<K> ImmutableObjectDoubleMap<K> |
ImmutableObjectDoubleMapFactory.ofAll(ObjectDoubleMap<? extends K> map)
|
<K> MutableObjectDoubleMap<K> |
MutableObjectDoubleMapFactory.ofAll(ObjectDoubleMap<? extends K> map)
|
<K> ImmutableObjectDoubleMap<K> |
ImmutableObjectDoubleMapFactory.withAll(ObjectDoubleMap<? extends K> map) |
<K> MutableObjectDoubleMap<K> |
MutableObjectDoubleMapFactory.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<K> |
ObjectDoubleMap.reject(ObjectDoublePredicate<? super K> predicate) |
ObjectDoubleMap<K> |
ObjectDoubleMap.select(ObjectDoublePredicate<? super K> predicate) |
Modifier and Type | Method and Description |
---|---|
void |
MutableObjectDoubleMap.putAll(ObjectDoubleMap<? extends K> map) |
Modifier and Type | Method and Description |
---|---|
<V> ObjectDoubleMap<V> |
AbstractRichIterable.sumByDouble(Function<T,V> groupBy,
DoubleFunction<? super T> function) |
<V> ObjectDoubleMap<V> |
UnmodifiableRichIterable.sumByDouble(Function<T,V> groupBy,
DoubleFunction<? super T> function) |
<V> ObjectDoubleMap<V> |
SynchronizedRichIterable.sumByDouble(Function<T,V> groupBy,
DoubleFunction<? super T> function) |
<V> ObjectDoubleMap<V> |
AbstractRichIterable.sumByFloat(Function<T,V> groupBy,
FloatFunction<? super T> function) |
<V> ObjectDoubleMap<V> |
UnmodifiableRichIterable.sumByFloat(Function<T,V> groupBy,
FloatFunction<? super T> function) |
<V> ObjectDoubleMap<V> |
SynchronizedRichIterable.sumByFloat(Function<T,V> groupBy,
FloatFunction<? super T> function) |
Modifier and Type | Method and Description |
---|---|
<V1> ObjectDoubleMap<V1> |
AbstractBiMap.sumByDouble(Function<V,V1> groupBy,
DoubleFunction<? super V> function) |
<V1> ObjectDoubleMap<V1> |
AbstractBiMap.sumByFloat(Function<V,V1> groupBy,
FloatFunction<? super V> function) |
Modifier and Type | Method and Description |
---|---|
<V> ObjectDoubleMap<V> |
AbstractSynchronizedRichIterable.sumByDouble(Function<T,V> groupBy,
DoubleFunction<? super T> function) |
<V> ObjectDoubleMap<V> |
AbstractSynchronizedRichIterable.sumByFloat(Function<T,V> groupBy,
FloatFunction<? super T> function) |
Modifier and Type | Method and Description |
---|---|
<V> ObjectDoubleMap<V> |
AbstractCollectionAdapter.sumByDouble(Function<T,V> groupBy,
DoubleFunction<? super T> function) |
<V> ObjectDoubleMap<V> |
AbstractMultiReaderMutableCollection.sumByDouble(Function<T,V> groupBy,
DoubleFunction<? super T> function) |
<V> ObjectDoubleMap<V> |
AbstractUnmodifiableMutableCollection.sumByDouble(Function<T,V> groupBy,
DoubleFunction<? super T> function) |
<V> ObjectDoubleMap<V> |
AbstractCollectionAdapter.sumByFloat(Function<T,V> groupBy,
FloatFunction<? super T> function) |
<V> ObjectDoubleMap<V> |
AbstractMultiReaderMutableCollection.sumByFloat(Function<T,V> groupBy,
FloatFunction<? super T> function) |
<V> ObjectDoubleMap<V> |
AbstractUnmodifiableMutableCollection.sumByFloat(Function<T,V> groupBy,
FloatFunction<? super T> function) |
Modifier and Type | Method and Description |
---|---|
ObjectDoubleMap<Account> |
SumByDoubleTest.sumByAccount_parallel_eager_ec() |
ObjectDoubleMap<Account> |
SumByDoubleTest.sumByAccount_serial_eager_ec() |
ObjectDoubleMap<String> |
SumByDoubleTest.sumByCategory_parallel_eager_ec() |
ObjectDoubleMap<String> |
SumByDoubleTest.sumByCategory_serial_eager_ec() |
ObjectDoubleMap<Product> |
SumByDoubleTest.sumByProduct_parallel_eager_ec() |
ObjectDoubleMap<Product> |
SumByDoubleTest.sumByProduct_serial_eager_ec() |
Modifier and Type | Method and Description |
---|---|
<V> ObjectDoubleMap<V> |
FastList.sumByDouble(Function<T,V> groupBy,
DoubleFunction<? super T> function) |
<V> ObjectDoubleMap<V> |
FastList.sumByFloat(Function<T,V> groupBy,
FloatFunction<? super T> function) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractImmutableObjectDoubleMap<V>
This file was automatically generated from template file abstractImmutableObjectPrimitiveMap.stg.
|
Modifier and Type | Method and Description |
---|---|
<V1> ObjectDoubleMap<V1> |
AbstractImmutableFloatObjectMap.sumByDouble(Function<V,V1> groupBy,
DoubleFunction<? super V> function) |
<V1> ObjectDoubleMap<V1> |
AbstractImmutableCharObjectMap.sumByDouble(Function<V,V1> groupBy,
DoubleFunction<? super V> function) |
<V1> ObjectDoubleMap<V1> |
AbstractImmutableIntObjectMap.sumByDouble(Function<V,V1> groupBy,
DoubleFunction<? super V> function) |
<V1> ObjectDoubleMap<V1> |
AbstractImmutableLongObjectMap.sumByDouble(Function<V,V1> groupBy,
DoubleFunction<? super V> function) |
<V1> ObjectDoubleMap<V1> |
AbstractImmutableShortObjectMap.sumByDouble(Function<V,V1> groupBy,
DoubleFunction<? super V> function) |
<V1> ObjectDoubleMap<V1> |
AbstractImmutableByteObjectMap.sumByDouble(Function<V,V1> groupBy,
DoubleFunction<? super V> function) |
<V1> ObjectDoubleMap<V1> |
AbstractImmutableDoubleObjectMap.sumByDouble(Function<V,V1> groupBy,
DoubleFunction<? super V> function) |
<V1> ObjectDoubleMap<V1> |
AbstractImmutableFloatObjectMap.sumByFloat(Function<V,V1> groupBy,
FloatFunction<? super V> function) |
<V1> ObjectDoubleMap<V1> |
AbstractImmutableCharObjectMap.sumByFloat(Function<V,V1> groupBy,
FloatFunction<? super V> function) |
<V1> ObjectDoubleMap<V1> |
AbstractImmutableIntObjectMap.sumByFloat(Function<V,V1> groupBy,
FloatFunction<? super V> function) |
<V1> ObjectDoubleMap<V1> |
AbstractImmutableLongObjectMap.sumByFloat(Function<V,V1> groupBy,
FloatFunction<? super V> function) |
<V1> ObjectDoubleMap<V1> |
AbstractImmutableShortObjectMap.sumByFloat(Function<V,V1> groupBy,
FloatFunction<? super V> function) |
<V1> ObjectDoubleMap<V1> |
AbstractImmutableByteObjectMap.sumByFloat(Function<V,V1> groupBy,
FloatFunction<? super V> function) |
<V1> ObjectDoubleMap<V1> |
AbstractImmutableDoubleObjectMap.sumByFloat(Function<V,V1> groupBy,
FloatFunction<? super V> function) |
Modifier and Type | Method and Description |
---|---|
<K> ImmutableObjectDoubleMap<K> |
ImmutableObjectDoubleMapFactoryImpl.ofAll(ObjectDoubleMap<? extends K> map) |
<K> ImmutableObjectDoubleMap<K> |
ImmutableObjectDoubleMapFactoryImpl.withAll(ObjectDoubleMap<? extends K> map) |
Modifier and Type | Method and Description |
---|---|
<V1> ObjectDoubleMap<V1> |
UnmodifiableMutableMap.sumByDouble(Function<V,V1> groupBy,
DoubleFunction<? super V> function) |
<V1> ObjectDoubleMap<V1> |
UnmodifiableMutableMap.sumByFloat(Function<V,V1> groupBy,
FloatFunction<? super V> function) |
Modifier and Type | Class and Description |
---|---|
class |
ObjectDoubleHashMap<K>
This file was automatically generated from template file objectPrimitiveHashMap.stg.
|
class |
ObjectDoubleHashMapWithHashingStrategy<K>
This file was automatically generated from template file objectPrimitiveHashMapWithHashingStrategy.stg.
|
class |
SynchronizedObjectDoubleMap<K>
A synchronized view of a
MutableObjectDoubleMap . |
class |
UnmodifiableObjectDoubleMap<K>
This file was automatically generated from template file unmodifiableObjectPrimitiveMap.stg.
|
Modifier and Type | Method and Description |
---|---|
<V1> ObjectDoubleMap<V1> |
SynchronizedLongObjectMap.sumByDouble(Function<V,V1> groupBy,
DoubleFunction<? super V> function) |
<V1> ObjectDoubleMap<V1> |
FloatObjectHashMap.sumByDouble(Function<V,V1> groupBy,
DoubleFunction<? super V> function) |
<V1> ObjectDoubleMap<V1> |
UnmodifiableDoubleObjectMap.sumByDouble(Function<V,V1> groupBy,
DoubleFunction<? super V> function) |
<V1> ObjectDoubleMap<V1> |
UnmodifiableCharObjectMap.sumByDouble(Function<V,V1> groupBy,
DoubleFunction<? super V> function) |
<V1> ObjectDoubleMap<V1> |
ShortObjectHashMap.sumByDouble(Function<V,V1> groupBy,
DoubleFunction<? super V> function) |
<V1> ObjectDoubleMap<V1> |
SynchronizedFloatObjectMap.sumByDouble(Function<V,V1> groupBy,
DoubleFunction<? super V> function) |
<V1> ObjectDoubleMap<V1> |
UnmodifiableFloatObjectMap.sumByDouble(Function<V,V1> groupBy,
DoubleFunction<? super V> function) |
<V1> ObjectDoubleMap<V1> |
SynchronizedDoubleObjectMap.sumByDouble(Function<V,V1> groupBy,
DoubleFunction<? super V> function) |
<V1> ObjectDoubleMap<V1> |
SynchronizedByteObjectMap.sumByDouble(Function<V,V1> groupBy,
DoubleFunction<? super V> function) |
<V1> ObjectDoubleMap<V1> |
ByteObjectHashMap.sumByDouble(Function<V,V1> groupBy,
DoubleFunction<? super V> function) |
<V1> ObjectDoubleMap<V1> |
UnmodifiableLongObjectMap.sumByDouble(Function<V,V1> groupBy,
DoubleFunction<? super V> function) |
<V1> ObjectDoubleMap<V1> |
IntObjectHashMap.sumByDouble(Function<V,V1> groupBy,
DoubleFunction<? super V> function) |
<V1> ObjectDoubleMap<V1> |
SynchronizedCharObjectMap.sumByDouble(Function<V,V1> groupBy,
DoubleFunction<? super V> function) |
<V1> ObjectDoubleMap<V1> |
SynchronizedIntObjectMap.sumByDouble(Function<V,V1> groupBy,
DoubleFunction<? super V> function) |
<V1> ObjectDoubleMap<V1> |
UnmodifiableShortObjectMap.sumByDouble(Function<V,V1> groupBy,
DoubleFunction<? super V> function) |
<V1> ObjectDoubleMap<V1> |
LongObjectHashMap.sumByDouble(Function<V,V1> groupBy,
DoubleFunction<? super V> function) |
<V1> ObjectDoubleMap<V1> |
CharObjectHashMap.sumByDouble(Function<V,V1> groupBy,
DoubleFunction<? super V> function) |
<V1> ObjectDoubleMap<V1> |
DoubleObjectHashMap.sumByDouble(Function<V,V1> groupBy,
DoubleFunction<? super V> function) |
<V1> ObjectDoubleMap<V1> |
SynchronizedShortObjectMap.sumByDouble(Function<V,V1> groupBy,
DoubleFunction<? super V> function) |
<V1> ObjectDoubleMap<V1> |
UnmodifiableIntObjectMap.sumByDouble(Function<V,V1> groupBy,
DoubleFunction<? super V> function) |
<V1> ObjectDoubleMap<V1> |
UnmodifiableByteObjectMap.sumByDouble(Function<V,V1> groupBy,
DoubleFunction<? super V> function) |
<V1> ObjectDoubleMap<V1> |
SynchronizedLongObjectMap.sumByFloat(Function<V,V1> groupBy,
FloatFunction<? super V> function) |
<V1> ObjectDoubleMap<V1> |
FloatObjectHashMap.sumByFloat(Function<V,V1> groupBy,
FloatFunction<? super V> function) |
<V1> ObjectDoubleMap<V1> |
UnmodifiableDoubleObjectMap.sumByFloat(Function<V,V1> groupBy,
FloatFunction<? super V> function) |
<V1> ObjectDoubleMap<V1> |
UnmodifiableCharObjectMap.sumByFloat(Function<V,V1> groupBy,
FloatFunction<? super V> function) |
<V1> ObjectDoubleMap<V1> |
ShortObjectHashMap.sumByFloat(Function<V,V1> groupBy,
FloatFunction<? super V> function) |
<V1> ObjectDoubleMap<V1> |
SynchronizedFloatObjectMap.sumByFloat(Function<V,V1> groupBy,
FloatFunction<? super V> function) |
<V1> ObjectDoubleMap<V1> |
UnmodifiableFloatObjectMap.sumByFloat(Function<V,V1> groupBy,
FloatFunction<? super V> function) |
<V1> ObjectDoubleMap<V1> |
SynchronizedDoubleObjectMap.sumByFloat(Function<V,V1> groupBy,
FloatFunction<? super V> function) |
<V1> ObjectDoubleMap<V1> |
SynchronizedByteObjectMap.sumByFloat(Function<V,V1> groupBy,
FloatFunction<? super V> function) |
<V1> ObjectDoubleMap<V1> |
ByteObjectHashMap.sumByFloat(Function<V,V1> groupBy,
FloatFunction<? super V> function) |
<V1> ObjectDoubleMap<V1> |
UnmodifiableLongObjectMap.sumByFloat(Function<V,V1> groupBy,
FloatFunction<? super V> function) |
<V1> ObjectDoubleMap<V1> |
IntObjectHashMap.sumByFloat(Function<V,V1> groupBy,
FloatFunction<? super V> function) |
<V1> ObjectDoubleMap<V1> |
SynchronizedCharObjectMap.sumByFloat(Function<V,V1> groupBy,
FloatFunction<? super V> function) |
<V1> ObjectDoubleMap<V1> |
SynchronizedIntObjectMap.sumByFloat(Function<V,V1> groupBy,
FloatFunction<? super V> function) |
<V1> ObjectDoubleMap<V1> |
UnmodifiableShortObjectMap.sumByFloat(Function<V,V1> groupBy,
FloatFunction<? super V> function) |
<V1> ObjectDoubleMap<V1> |
LongObjectHashMap.sumByFloat(Function<V,V1> groupBy,
FloatFunction<? super V> function) |
<V1> ObjectDoubleMap<V1> |
CharObjectHashMap.sumByFloat(Function<V,V1> groupBy,
FloatFunction<? super V> function) |
<V1> ObjectDoubleMap<V1> |
DoubleObjectHashMap.sumByFloat(Function<V,V1> groupBy,
FloatFunction<? super V> function) |
<V1> ObjectDoubleMap<V1> |
SynchronizedShortObjectMap.sumByFloat(Function<V,V1> groupBy,
FloatFunction<? super V> function) |
<V1> ObjectDoubleMap<V1> |
UnmodifiableIntObjectMap.sumByFloat(Function<V,V1> groupBy,
FloatFunction<? super V> function) |
<V1> ObjectDoubleMap<V1> |
UnmodifiableByteObjectMap.sumByFloat(Function<V,V1> groupBy,
FloatFunction<? super V> function) |
Modifier and Type | Method and Description |
---|---|
static <K> ObjectDoubleHashMapWithHashingStrategy<K> |
ObjectDoubleHashMapWithHashingStrategy.newMap(HashingStrategy<? super K> hashingStrategy,
ObjectDoubleMap<K> map) |
<K> MutableObjectDoubleMap<K> |
MutableObjectDoubleMapFactoryImpl.ofAll(ObjectDoubleMap<? extends K> map) |
void |
UnmodifiableObjectDoubleMap.putAll(ObjectDoubleMap<? extends K> map) |
void |
ObjectDoubleHashMapWithHashingStrategy.putAll(ObjectDoubleMap<? extends K> map) |
void |
SynchronizedObjectDoubleMap.putAll(ObjectDoubleMap<? extends K> map) |
void |
ObjectDoubleHashMap.putAll(ObjectDoubleMap<? extends K> map) |
<K> MutableObjectDoubleMap<K> |
MutableObjectDoubleMapFactoryImpl.withAll(ObjectDoubleMap<? extends K> map) |
Constructor and Description |
---|
ObjectDoubleHashMap(ObjectDoubleMap<? extends K> map) |
ObjectDoubleHashMapWithHashingStrategy(HashingStrategy<? super K> hashingStrategy,
ObjectDoubleMap<? extends K> map) |
Modifier and Type | Method and Description |
---|---|
<V1> ObjectDoubleMap<V1> |
UnmodifiableTreeMap.sumByDouble(Function<V,V1> groupBy,
DoubleFunction<? super V> function) |
<V1> ObjectDoubleMap<V1> |
UnmodifiableTreeMap.sumByFloat(Function<V,V1> groupBy,
FloatFunction<? super V> function) |
Modifier and Type | Method and Description |
---|---|
static <T,V> ObjectDoubleMap<V> |
ParallelIterate.sumByDouble(Iterable<T> iterable,
Function<T,V> groupBy,
DoubleFunction<? super T> function) |
static <T,V> ObjectDoubleMap<V> |
ParallelIterate.sumByFloat(Iterable<T> iterable,
Function<T,V> groupBy,
FloatFunction<? super T> function) |
Modifier and Type | Method and Description |
---|---|
<V> ObjectDoubleMap<V> |
ArrayStack.sumByDouble(Function<T,V> groupBy,
DoubleFunction<? super T> function) |
<V> ObjectDoubleMap<V> |
SynchronizedStack.sumByDouble(Function<T,V> groupBy,
DoubleFunction<? super T> function) |
<V> ObjectDoubleMap<V> |
UnmodifiableStack.sumByDouble(Function<T,V> groupBy,
DoubleFunction<? super T> function) |
<V> ObjectDoubleMap<V> |
ArrayStack.sumByFloat(Function<T,V> groupBy,
FloatFunction<? super T> function) |
<V> ObjectDoubleMap<V> |
SynchronizedStack.sumByFloat(Function<T,V> groupBy,
FloatFunction<? super T> function) |
<V> ObjectDoubleMap<V> |
UnmodifiableStack.sumByFloat(Function<T,V> groupBy,
FloatFunction<? super T> function) |
Modifier and Type | Method and Description |
---|---|
static <T,V> ObjectDoubleMap<V> |
Iterate.sumByDouble(Iterable<T> iterable,
Function<T,V> groupBy,
DoubleFunction<? super T> function) |
static <V,T> ObjectDoubleMap<V> |
ListIterate.sumByDouble(List<T> list,
Function<T,V> groupBy,
DoubleFunction<? super T> function) |
static <V,T> ObjectDoubleMap<V> |
ArrayIterate.sumByDouble(T[] array,
Function<T,V> groupBy,
DoubleFunction<? super T> function) |
static <T,V> ObjectDoubleMap<V> |
Iterate.sumByFloat(Iterable<T> iterable,
Function<T,V> groupBy,
FloatFunction<? super T> function) |
static <V,T> ObjectDoubleMap<V> |
ListIterate.sumByFloat(List<T> list,
Function<T,V> groupBy,
FloatFunction<? super T> function) |
static <V,T> ObjectDoubleMap<V> |
ArrayIterate.sumByFloat(T[] array,
Function<T,V> groupBy,
FloatFunction<? super T> function) |
Modifier and Type | Method and Description |
---|---|
static <V,T> ObjectDoubleMap<V> |
IterableIterate.sumByDouble(Iterable<T> iterable,
Function<T,V> groupBy,
DoubleFunction<? super T> function) |
static <V,T> ObjectDoubleMap<V> |
RandomAccessListIterate.sumByDouble(List<T> list,
Function<T,V> groupBy,
DoubleFunction<? super T> function) |
static <V,T> ObjectDoubleMap<V> |
InternalArrayIterate.sumByDouble(T[] array,
int size,
Function<T,V> groupBy,
DoubleFunction<? super T> function) |
static <V,T> ObjectDoubleMap<V> |
IterableIterate.sumByFloat(Iterable<T> iterable,
Function<T,V> groupBy,
FloatFunction<? super T> function) |
static <V,T> ObjectDoubleMap<V> |
RandomAccessListIterate.sumByFloat(List<T> list,
Function<T,V> groupBy,
FloatFunction<? super T> function) |
static <V,T> ObjectDoubleMap<V> |
InternalArrayIterate.sumByFloat(T[] array,
int size,
Function<T,V> groupBy,
FloatFunction<? super T> function) |
Copyright © 2004–2016. All rights reserved.