|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Ops.BinaryLongOp | |
---|---|
groovyx.gpars.extra166y | Collections supporting parallel operations. |
Uses of Ops.BinaryLongOp in groovyx.gpars.extra166y |
---|
Subinterfaces of Ops.BinaryLongOp in groovyx.gpars.extra166y | |
---|---|
static interface |
Ops.LongReducer
|
Classes in groovyx.gpars.extra166y that implement Ops.BinaryLongOp | |
---|---|
(package private) static class |
CommonOps.LongAdder
|
(package private) static class |
CommonOps.NaturalLongMaxReducer
|
(package private) static class |
CommonOps.NaturalLongMinReducer
|
Fields in groovyx.gpars.extra166y declared as Ops.BinaryLongOp | |
---|---|
(package private) Ops.BinaryLongOp |
PAS.FJLCombineInPlace.combiner
|
(package private) Ops.BinaryLongOp |
PAS.FJLPACombineInPlace.combiner
|
Methods in groovyx.gpars.extra166y with parameters of type Ops.BinaryLongOp | |
---|---|
(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. |
Constructors in groovyx.gpars.extra166y with parameters of type Ops.BinaryLongOp | |
---|---|
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)
|
|
Copyright © 2008–2012 Václav Pech. All Rights Reserved. | |||||||||
PREV NEXT | FRAMES NO FRAMES |