Package | Description |
---|---|
org.eclipse.collections.api |
This package contains interfaces for Eclipse Collections API.
|
org.eclipse.collections.impl.collection.mutable.primitive |
This package contains implementations of the mutable primitive collection interfaces.
|
org.eclipse.collections.impl.primitive |
Modifier and Type | Method | Description |
---|---|---|
default long |
IntIterable.reduce(LongIntToLongFunction accumulator) |
|
default long |
IntIterable.reduceIfEmpty(LongIntToLongFunction accumulator,
long defaultValue) |
Modifier and Type | Method | Description |
---|---|---|
long |
AbstractSynchronizedIntCollection.reduce(LongIntToLongFunction accumulator) |
|
long |
AbstractUnmodifiableIntCollection.reduce(LongIntToLongFunction accumulator) |
|
long |
AbstractSynchronizedIntCollection.reduceIfEmpty(LongIntToLongFunction accumulator,
long defaultValue) |
|
long |
AbstractUnmodifiableIntCollection.reduceIfEmpty(LongIntToLongFunction accumulator,
long defaultValue) |
Modifier and Type | Method | Description |
---|---|---|
long |
SynchronizedIntIterable.reduce(LongIntToLongFunction accumulator) |
|
long |
SynchronizedIntIterable.reduceIfEmpty(LongIntToLongFunction accumulator,
long defaultValue) |
Copyright © 2004–2019. All rights reserved.