| Package | Description |
|---|---|
| org.eclipse.collections.api |
This package contains interfaces for Eclipse Collections API.
|
| org.eclipse.collections.api.bag |
This package contains interfaces for Bag API.
|
| org.eclipse.collections.api.bag.sorted |
This package contains interfaces for SortedBag API.
|
| org.eclipse.collections.api.collection | |
| org.eclipse.collections.api.list |
This package contains interfaces for list API which enhance the performance and functionality of
List. |
| org.eclipse.collections.api.map |
This package contains interfaces for map API which enhance the performance and functionality of
Map |
| 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.api.map.sorted |
This package contains mutable and immutable sorted map interfaces.
|
| org.eclipse.collections.api.ordered | |
| org.eclipse.collections.api.set |
This package contains interfaces for set API which enhance the performance and functionality of
Set. |
| org.eclipse.collections.api.set.sorted |
This package contains interfaces for sorted set API.
|
| org.eclipse.collections.api.stack |
This package contains interfaces for stack API.
|
| Modifier and Type | Method and Description |
|---|---|
FloatIterable |
RichIterable.collectFloat(FloatFunction<? super T> floatFunction)
Returns a new primitive
float iterable with the results of applying the specified function on each element
of the source collection. |
LazyFloatIterable |
LazyIterable.collectFloat(FloatFunction<? super T> floatFunction)
Returns a lazy FloatIterable which will transform the underlying iterable data to float values based on the floatFunction.
|
<R extends MutableFloatCollection> |
RichIterable.collectFloat(FloatFunction<? super T> floatFunction,
R target)
Same as
RichIterable.collectFloat(FloatFunction), except that the results are gathered into the specified target
collection. |
<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.
|
default DoubleSummaryStatistics |
RichIterable.summarizeFloat(FloatFunction<? super T> function)
Returns the result of summarizing the value returned from applying the FloatFunction to
each element of the iterable.
|
double |
RichIterable.sumOfFloat(FloatFunction<? super T> function)
Returns the final double result of evaluating function for each element of the iterable and adding the results
together.
|
double |
ParallelIterable.sumOfFloat(FloatFunction<? super T> function)
Returns the final double result of evaluating function for each element of the iterable in parallel
and adding the results together.
|
| Modifier and Type | Method and Description |
|---|---|
MutableFloatBag |
MutableBag.collectFloat(FloatFunction<? super T> floatFunction) |
ImmutableFloatBag |
ImmutableBag.collectFloat(FloatFunction<? super T> floatFunction) |
FloatBag |
UnsortedBag.collectFloat(FloatFunction<? super T> floatFunction) |
default DoubleSummaryStatistics |
Bag.summarizeFloat(FloatFunction<? super T> function) |
| Modifier and Type | Method and Description |
|---|---|
MutableFloatList |
MutableSortedBag.collectFloat(FloatFunction<? super T> floatFunction) |
ImmutableFloatList |
ImmutableSortedBag.collectFloat(FloatFunction<? super T> floatFunction) |
FloatList |
SortedBag.collectFloat(FloatFunction<? super T> floatFunction) |
| Modifier and Type | Method and Description |
|---|---|
MutableFloatCollection |
MutableCollection.collectFloat(FloatFunction<? super T> floatFunction)
Returns a new primitive
float iterable with the results of applying the specified function on each element
of the source collection. |
ImmutableFloatCollection |
ImmutableCollection.collectFloat(FloatFunction<? super T> floatFunction) |
<V> MutableObjectDoubleMap<V> |
MutableCollection.sumByFloat(Function<? super T,? extends V> groupBy,
FloatFunction<? super T> function) |
<V> ImmutableObjectDoubleMap<V> |
ImmutableCollection.sumByFloat(Function<? super T,? extends V> groupBy,
FloatFunction<? super T> function) |
| Modifier and Type | Method and Description |
|---|---|
FloatList |
ListIterable.collectFloat(FloatFunction<? super T> floatFunction) |
MutableFloatList |
MutableList.collectFloat(FloatFunction<? super T> floatFunction) |
ImmutableFloatList |
ImmutableList.collectFloat(FloatFunction<? super T> floatFunction) |
MutableList<T> |
MutableList.sortThisByFloat(FloatFunction<? super T> function) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableFloatBag |
ImmutableMap.collectFloat(FloatFunction<? super V> floatFunction) |
FloatBag |
UnsortedMapIterable.collectFloat(FloatFunction<? super V> floatFunction) |
FloatList |
OrderedMap.collectFloat(FloatFunction<? super V> floatFunction) |
MutableFloatList |
MutableOrderedMap.collectFloat(FloatFunction<? super V> floatFunction) |
MutableFloatBag |
MutableMap.collectFloat(FloatFunction<? super V> floatFunction) |
ImmutableFloatList |
ImmutableOrderedMap.collectFloat(FloatFunction<? super V> floatFunction) |
<V1> MutableObjectDoubleMap<V1> |
MutableMapIterable.sumByFloat(Function<? super V,? extends V1> groupBy,
FloatFunction<? super V> function) |
| Modifier and Type | Method and Description |
|---|---|
FloatBag |
PrimitiveObjectMap.collectFloat(FloatFunction<? super V> floatFunction) |
MutableFloatBag |
MutablePrimitiveObjectMap.collectFloat(FloatFunction<? super V> floatFunction) |
ImmutableFloatBag |
ImmutablePrimitiveObjectMap.collectFloat(FloatFunction<? super V> floatFunction) |
<P> float |
MutableByteFloatMap.getIfAbsentPutWith(byte key,
FloatFunction<? super P> function,
P parameter) |
<P> float |
MutableCharFloatMap.getIfAbsentPutWith(char key,
FloatFunction<? super P> function,
P parameter) |
<P> float |
MutableDoubleFloatMap.getIfAbsentPutWith(double key,
FloatFunction<? super P> function,
P parameter) |
<P> float |
MutableFloatFloatMap.getIfAbsentPutWith(float key,
FloatFunction<? super P> function,
P parameter) |
<P> float |
MutableIntFloatMap.getIfAbsentPutWith(int key,
FloatFunction<? super P> function,
P parameter) |
<P> float |
MutableObjectFloatMap.getIfAbsentPutWith(K key,
FloatFunction<? super P> function,
P parameter) |
<P> float |
MutableLongFloatMap.getIfAbsentPutWith(long key,
FloatFunction<? super P> function,
P parameter) |
<P> float |
MutableShortFloatMap.getIfAbsentPutWith(short key,
FloatFunction<? super P> function,
P parameter) |
float |
MutableObjectFloatMap.getIfAbsentPutWithKey(K key,
FloatFunction<? super K> function) |
<VV> MutableObjectDoubleMap<VV> |
MutablePrimitiveObjectMap.sumByFloat(Function<? super V,? extends VV> groupBy,
FloatFunction<? super V> function) |
<VV> ImmutableObjectDoubleMap<VV> |
ImmutablePrimitiveObjectMap.sumByFloat(Function<? super V,? extends VV> groupBy,
FloatFunction<? super V> function) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableFloatList |
ImmutableSortedMap.collectFloat(FloatFunction<? super V> floatFunction) |
FloatList |
SortedMapIterable.collectFloat(FloatFunction<? super V> floatFunction) |
MutableFloatList |
MutableSortedMap.collectFloat(FloatFunction<? super V> floatFunction) |
| Modifier and Type | Method and Description |
|---|---|
ReversibleFloatIterable |
ReversibleIterable.collectFloat(FloatFunction<? super T> floatFunction) |
OrderedFloatIterable |
OrderedIterable.collectFloat(FloatFunction<? super T> floatFunction) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableFloatSet |
ImmutableSet.collectFloat(FloatFunction<? super T> floatFunction) |
FloatSet |
UnsortedSetIterable.collectFloat(FloatFunction<? super T> floatFunction) |
MutableFloatSet |
MutableSet.collectFloat(FloatFunction<? super T> floatFunction) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableFloatList |
ImmutableSortedSet.collectFloat(FloatFunction<? super T> floatFunction) |
FloatList |
SortedSetIterable.collectFloat(FloatFunction<? super T> floatFunction) |
MutableFloatList |
MutableSortedSet.collectFloat(FloatFunction<? super T> floatFunction) |
| Modifier and Type | Method and Description |
|---|---|
MutableFloatStack |
MutableStack.collectFloat(FloatFunction<? super T> floatFunction) |
ImmutableFloatStack |
ImmutableStack.collectFloat(FloatFunction<? super T> floatFunction) |
FloatStack |
StackIterable.collectFloat(FloatFunction<? super T> floatFunction) |
<V> MutableObjectDoubleMap<V> |
MutableStack.sumByFloat(Function<? super T,? extends V> groupBy,
FloatFunction<? super T> function) |
<V> ImmutableObjectDoubleMap<V> |
ImmutableStack.sumByFloat(Function<? super T,? extends V> groupBy,
FloatFunction<? super T> function) |
Copyright © 2004–2017. All rights reserved.