Package | Description |
---|---|
groovyx.gpars.extra166y |
Collections supporting parallel operations.
|
Modifier and Type | Field and Description |
---|---|
(package private) Ops.IntAndDoubleToLong |
AbstractParallelAnyArray.DLCPap.op |
Modifier and Type | Method and Description |
---|---|
(package private) static Ops.IntAndDoubleToLong |
AbstractParallelAnyArray.compoundIndexedOp(Ops.DoubleOp fst,
Ops.IntAndDoubleToLong snd) |
(package private) static Ops.IntAndDoubleToLong |
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndDoubleToDouble fst,
Ops.IntAndDoubleToLong snd) |
(package private) static Ops.IntAndDoubleToDouble |
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndDoubleToLong fst,
Ops.IntAndLongToDouble snd) |
(package private) static Ops.IntAndDoubleToLong |
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndDoubleToLong fst,
Ops.IntAndLongToLong snd) |
(package private) static <V> Ops.IntAndDoubleToObject<V> |
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndDoubleToLong fst,
Ops.IntAndLongToObject<? extends V> snd) |
(package private) static Ops.IntAndDoubleToLong |
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndDoubleToLong fst,
Ops.LongOp snd) |
(package private) static Ops.IntAndDoubleToDouble |
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndDoubleToLong fst,
Ops.LongToDouble snd) |
(package private) static <V> Ops.IntAndDoubleToObject<V> |
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndDoubleToLong fst,
Ops.LongToObject<? extends V> snd) |
(package private) static Ops.IntAndLongToLong |
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndLongToDouble fst,
Ops.IntAndDoubleToLong snd) |
(package private) static <T> Ops.IntAndObjectToLong<T> |
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndObjectToDouble<? super T> fst,
Ops.IntAndDoubleToLong snd) |
(package private) static Ops.IntAndLongToLong |
AbstractParallelAnyArray.compoundIndexedOp(Ops.LongToDouble fst,
Ops.IntAndDoubleToLong snd) |
(package private) static <T> Ops.IntAndObjectToLong<T> |
AbstractParallelAnyArray.compoundIndexedOp(Ops.ObjectToDouble<? super T> fst,
Ops.IntAndDoubleToLong snd) |
ParallelDoubleArrayWithLongMapping |
AbstractParallelAnyArray.DUPap.withIndexedMapping(Ops.IntAndDoubleToLong mapper) |
ParallelDoubleArrayWithLongMapping |
AbstractParallelAnyArray.DFPap.withIndexedMapping(Ops.IntAndDoubleToLong mapper) |
ParallelDoubleArrayWithLongMapping |
AbstractParallelAnyArray.DRPap.withIndexedMapping(Ops.IntAndDoubleToLong mapper) |
ParallelArrayWithLongMapping<T> |
AbstractParallelAnyArray.OUDMPap.withIndexedMapping(Ops.IntAndDoubleToLong mapper) |
ParallelDoubleArrayWithLongMapping |
AbstractParallelAnyArray.DUDMPap.withIndexedMapping(Ops.IntAndDoubleToLong mapper) |
ParallelLongArrayWithLongMapping |
AbstractParallelAnyArray.LUDMPap.withIndexedMapping(Ops.IntAndDoubleToLong mapper) |
ParallelArrayWithLongMapping<T> |
AbstractParallelAnyArray.OFDMPap.withIndexedMapping(Ops.IntAndDoubleToLong mapper) |
ParallelDoubleArrayWithLongMapping |
AbstractParallelAnyArray.DFDMPap.withIndexedMapping(Ops.IntAndDoubleToLong mapper) |
ParallelLongArrayWithLongMapping |
AbstractParallelAnyArray.LFDMPap.withIndexedMapping(Ops.IntAndDoubleToLong mapper) |
ParallelArrayWithLongMapping<T> |
AbstractParallelAnyArray.ORDMPap.withIndexedMapping(Ops.IntAndDoubleToLong mapper) |
ParallelDoubleArrayWithLongMapping |
AbstractParallelAnyArray.DRDMPap.withIndexedMapping(Ops.IntAndDoubleToLong mapper) |
ParallelLongArrayWithLongMapping |
AbstractParallelAnyArray.LRDMPap.withIndexedMapping(Ops.IntAndDoubleToLong mapper) |
ParallelArrayWithLongMapping<T> |
AbstractParallelAnyArray.OUDCPap.withIndexedMapping(Ops.IntAndDoubleToLong mapper) |
ParallelDoubleArrayWithLongMapping |
AbstractParallelAnyArray.DUDCPap.withIndexedMapping(Ops.IntAndDoubleToLong mapper) |
ParallelLongArrayWithLongMapping |
AbstractParallelAnyArray.LUDCPap.withIndexedMapping(Ops.IntAndDoubleToLong mapper) |
ParallelArrayWithLongMapping<T> |
AbstractParallelAnyArray.OFDCPap.withIndexedMapping(Ops.IntAndDoubleToLong mapper) |
ParallelDoubleArrayWithLongMapping |
AbstractParallelAnyArray.DFDCPap.withIndexedMapping(Ops.IntAndDoubleToLong mapper) |
ParallelLongArrayWithLongMapping |
AbstractParallelAnyArray.LFDCPap.withIndexedMapping(Ops.IntAndDoubleToLong mapper) |
ParallelArrayWithLongMapping<T> |
AbstractParallelAnyArray.ORDCPap.withIndexedMapping(Ops.IntAndDoubleToLong mapper) |
ParallelDoubleArrayWithLongMapping |
AbstractParallelAnyArray.DRDCPap.withIndexedMapping(Ops.IntAndDoubleToLong mapper) |
ParallelLongArrayWithLongMapping |
AbstractParallelAnyArray.LRDCPap.withIndexedMapping(Ops.IntAndDoubleToLong mapper) |
abstract ParallelArrayWithLongMapping<T> |
ParallelArrayWithDoubleMapping.withIndexedMapping(Ops.IntAndDoubleToLong mapper)
Returns an operation prefix that causes a method to operate
on mappings of this array using the given mapper that
accepts as arguments an element's current index and value
(as mapped by preceding mappings, if any), and produces a
new value.
|
ParallelDoubleArrayWithLongMapping |
ParallelDoubleArray.withIndexedMapping(Ops.IntAndDoubleToLong mapper)
Returns an operation prefix that causes a method to operate on
mappings of this array using the given mapper that accepts as
arguments an element's current index and value, and produces a
new value.
|
abstract ParallelDoubleArrayWithLongMapping |
ParallelDoubleArrayWithDoubleMapping.withIndexedMapping(Ops.IntAndDoubleToLong mapper)
Returns an operation prefix that causes a method to operate
on mappings of this array using the given mapper that
accepts as arguments an element's current index and value
(as mapped by preceding mappings, if any), and produces a
new value.
|
abstract ParallelLongArrayWithLongMapping |
ParallelLongArrayWithDoubleMapping.withIndexedMapping(Ops.IntAndDoubleToLong mapper)
Returns an operation prefix that causes a method to operate
on mappings of this array using the given mapper that
accepts as arguments an element's current index and value
(as mapped by preceding mappings, if any), and produces a
new value.
|
Constructor and Description |
---|
AbstractParallelAnyArray.DFLCPap(jsr166y.ForkJoinPool ex,
int origin,
int fence,
double[] array,
Ops.DoublePredicate selector,
Ops.IntAndDoubleToLong op) |
AbstractParallelAnyArray.DLCPap(jsr166y.ForkJoinPool ex,
int origin,
int fence,
double[] array,
Ops.IntAndDoubleToLong op) |
AbstractParallelAnyArray.DRLCPap(jsr166y.ForkJoinPool ex,
int origin,
int fence,
double[] array,
Ops.IntAndDoublePredicate selector,
Ops.IntAndDoubleToLong op) |
AbstractParallelAnyArray.DULCPap(jsr166y.ForkJoinPool ex,
int origin,
int fence,
double[] array,
Ops.IntAndDoubleToLong op) |