Package | Description |
---|---|
groovyx.gpars.extra166y |
Collections supporting parallel operations.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
Ops.LongReducer |
Modifier and Type | Class and Description |
---|---|
(package private) static class |
CommonOps.LongAdder |
(package private) static class |
CommonOps.NaturalLongMaxReducer |
(package private) static class |
CommonOps.NaturalLongMinReducer |
Modifier and Type | Field and Description |
---|---|
(package private) Ops.BinaryLongOp |
PAS.FJLCombineInPlace.combiner |
(package private) Ops.BinaryLongOp |
PAS.FJLPACombineInPlace.combiner |
Modifier and Type | Method and Description |
---|---|
(package private) static Ops.IntAndLongToLong |
AbstractParallelAnyArray.indexedMapper(Ops.BinaryLongOp combiner,
ParallelLongArrayWithLongMapping u,
int origin) |
(package private) void |
AbstractParallelAnyArray.leafCombineInPlace(int lo,
int hi,
long[] other,
int otherOffset,
Ops.BinaryLongOp combiner) |
(package private) void |
AbstractParallelAnyArray.LUPap.leafCombineInPlace(int l,
int h,
long[] other,
int otherOffset,
Ops.BinaryLongOp combiner) |
(package private) void |
AbstractParallelAnyArray.LFPap.leafCombineInPlace(int l,
int h,
long[] other,
int otherOffset,
Ops.BinaryLongOp combiner) |
(package private) void |
AbstractParallelAnyArray.LRPap.leafCombineInPlace(int l,
int h,
long[] other,
int otherOffset,
Ops.BinaryLongOp combiner) |
(package private) void |
AbstractParallelAnyArray.leafCombineInPlace(int lo,
int hi,
ParallelLongArrayWithLongMapping other,
int otherOffset,
Ops.BinaryLongOp combiner) |
(package private) void |
AbstractParallelAnyArray.LUPap.leafCombineInPlace(int l,
int h,
ParallelLongArrayWithLongMapping other,
int otherOffset,
Ops.BinaryLongOp combiner) |
(package private) void |
AbstractParallelAnyArray.LFPap.leafCombineInPlace(int l,
int h,
ParallelLongArrayWithLongMapping other,
int otherOffset,
Ops.BinaryLongOp combiner) |
(package private) void |
AbstractParallelAnyArray.LRPap.leafCombineInPlace(int l,
int h,
ParallelLongArrayWithLongMapping other,
int otherOffset,
Ops.BinaryLongOp combiner) |
ParallelLongArray |
ParallelLongArray.replaceWithMapping(Ops.BinaryLongOp combiner,
long[] other)
Replaces elements with results of applying
op(thisElement, otherElement) . |
ParallelLongArrayWithFilter |
ParallelLongArrayWithFilter.replaceWithMapping(Ops.BinaryLongOp combiner,
long[] other)
Replaces elements with results of applying
op(thisElement, otherElement) . |
ParallelLongArray |
ParallelLongArray.replaceWithMapping(Ops.BinaryLongOp combiner,
ParallelLongArrayWithLongMapping other)
Replaces elements with results of applying
op(thisElement, otherElement) . |
ParallelLongArrayWithFilter |
ParallelLongArrayWithFilter.replaceWithMapping(Ops.BinaryLongOp combiner,
ParallelLongArrayWithLongMapping other)
Replaces elements with results of applying
op(thisElement, otherElement) . |
ParallelArrayWithLongMapping<T> |
ParallelArrayWithLongMapping.withMapping(Ops.BinaryLongOp combiner,
ParallelLongArrayWithLongMapping other)
Returns an operation prefix that causes a method to operate
on binary mappings of this array and the other array.
|
ParallelDoubleArrayWithLongMapping |
ParallelDoubleArrayWithLongMapping.withMapping(Ops.BinaryLongOp combiner,
ParallelLongArrayWithLongMapping other)
Returns an operation prefix that causes a method to operate
on binary mappings of this array and the other array.
|
ParallelLongArrayWithLongMapping |
ParallelLongArray.withMapping(Ops.BinaryLongOp combiner,
ParallelLongArrayWithLongMapping other)
Returns an operation prefix that causes a method to operate
on binary mappings of this array and the other array.
|
ParallelLongArrayWithLongMapping |
ParallelLongArrayWithLongMapping.withMapping(Ops.BinaryLongOp combiner,
ParallelLongArrayWithLongMapping other)
Returns an operation prefix that causes a method to operate
on binary mappings of this array and the other array.
|
Constructor and Description |
---|
PAS.FJLCombineInPlace(AbstractParallelAnyArray pap,
int lo,
int hi,
PAS.FJBase next,
long[] other,
int otherOffset,
Ops.BinaryLongOp combiner) |
PAS.FJLPACombineInPlace(AbstractParallelAnyArray pap,
int lo,
int hi,
PAS.FJBase next,
ParallelLongArrayWithLongMapping other,
int otherOffset,
Ops.BinaryLongOp combiner) |