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 |
ByteIterable.reduce(LongByteToLongFunction accumulator) |
|
default long |
ByteIterable.reduceIfEmpty(LongByteToLongFunction accumulator,
long defaultValue) |
Modifier and Type | Method | Description |
---|---|---|
long |
AbstractSynchronizedByteCollection.reduce(LongByteToLongFunction accumulator) |
|
long |
AbstractUnmodifiableByteCollection.reduce(LongByteToLongFunction accumulator) |
|
long |
AbstractSynchronizedByteCollection.reduceIfEmpty(LongByteToLongFunction accumulator,
long defaultValue) |
|
long |
AbstractUnmodifiableByteCollection.reduceIfEmpty(LongByteToLongFunction accumulator,
long defaultValue) |
Modifier and Type | Method | Description |
---|---|---|
long |
SynchronizedByteIterable.reduce(LongByteToLongFunction accumulator) |
|
long |
SynchronizedByteIterable.reduceIfEmpty(LongByteToLongFunction accumulator,
long defaultValue) |
Copyright © 2004–2019. All rights reserved.