|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParallelDoubleArrayWithLongMapping | |
---|---|
groovyx.gpars.extra166y | Collections supporting parallel operations. |
Uses of ParallelDoubleArrayWithLongMapping in groovyx.gpars.extra166y |
---|
Subclasses of ParallelDoubleArrayWithLongMapping in groovyx.gpars.extra166y | |
---|---|
(package private) static class |
AbstractParallelAnyArray.DFLCPap
|
(package private) static class |
AbstractParallelAnyArray.DFLMPap
|
(package private) static class |
AbstractParallelAnyArray.DLCPap
|
(package private) static class |
AbstractParallelAnyArray.DLMPap
|
(package private) static class |
AbstractParallelAnyArray.DRLCPap
|
(package private) static class |
AbstractParallelAnyArray.DRLMPap
|
(package private) static class |
AbstractParallelAnyArray.DULCPap
|
(package private) static class |
AbstractParallelAnyArray.DULMPap
|
Methods in groovyx.gpars.extra166y that return ParallelDoubleArrayWithLongMapping | ||
---|---|---|
ParallelDoubleArrayWithLongMapping |
AbstractParallelAnyArray.DUPap.withIndexedMapping(Ops.IntAndDoubleToLong mapper)
|
|
ParallelDoubleArrayWithLongMapping |
AbstractParallelAnyArray.DFPap.withIndexedMapping(Ops.IntAndDoubleToLong mapper)
|
|
ParallelDoubleArrayWithLongMapping |
AbstractParallelAnyArray.DRPap.withIndexedMapping(Ops.IntAndDoubleToLong mapper)
|
|
ParallelDoubleArrayWithLongMapping |
AbstractParallelAnyArray.DUDMPap.withIndexedMapping(Ops.IntAndDoubleToLong mapper)
|
|
ParallelDoubleArrayWithLongMapping |
AbstractParallelAnyArray.DFDMPap.withIndexedMapping(Ops.IntAndDoubleToLong mapper)
|
|
ParallelDoubleArrayWithLongMapping |
AbstractParallelAnyArray.DRDMPap.withIndexedMapping(Ops.IntAndDoubleToLong mapper)
|
|
ParallelDoubleArrayWithLongMapping |
AbstractParallelAnyArray.DUDCPap.withIndexedMapping(Ops.IntAndDoubleToLong mapper)
|
|
ParallelDoubleArrayWithLongMapping |
AbstractParallelAnyArray.DFDCPap.withIndexedMapping(Ops.IntAndDoubleToLong mapper)
|
|
ParallelDoubleArrayWithLongMapping |
AbstractParallelAnyArray.DRDCPap.withIndexedMapping(Ops.IntAndDoubleToLong mapper)
|
|
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. |
|
ParallelDoubleArrayWithLongMapping |
AbstractParallelAnyArray.DULMPap.withIndexedMapping(Ops.IntAndLongToLong mapper)
|
|
ParallelDoubleArrayWithLongMapping |
AbstractParallelAnyArray.DFLMPap.withIndexedMapping(Ops.IntAndLongToLong mapper)
|
|
ParallelDoubleArrayWithLongMapping |
AbstractParallelAnyArray.DRLMPap.withIndexedMapping(Ops.IntAndLongToLong mapper)
|
|
ParallelDoubleArrayWithLongMapping |
AbstractParallelAnyArray.DULCPap.withIndexedMapping(Ops.IntAndLongToLong mapper)
|
|
ParallelDoubleArrayWithLongMapping |
AbstractParallelAnyArray.DFLCPap.withIndexedMapping(Ops.IntAndLongToLong mapper)
|
|
ParallelDoubleArrayWithLongMapping |
AbstractParallelAnyArray.DRLCPap.withIndexedMapping(Ops.IntAndLongToLong mapper)
|
|
abstract ParallelDoubleArrayWithLongMapping |
ParallelDoubleArrayWithLongMapping.withIndexedMapping(Ops.IntAndLongToLong 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 |
AbstractParallelAnyArray.DUOMPap.withIndexedMapping(Ops.IntAndObjectToLong<? super U> mapper)
|
|
ParallelDoubleArrayWithLongMapping |
AbstractParallelAnyArray.DFOMPap.withIndexedMapping(Ops.IntAndObjectToLong<? super U> mapper)
|
|
ParallelDoubleArrayWithLongMapping |
AbstractParallelAnyArray.DROMPap.withIndexedMapping(Ops.IntAndObjectToLong<? super U> mapper)
|
|
ParallelDoubleArrayWithLongMapping |
AbstractParallelAnyArray.DUOCPap.withIndexedMapping(Ops.IntAndObjectToLong<? super U> mapper)
|
|
ParallelDoubleArrayWithLongMapping |
AbstractParallelAnyArray.DFOCPap.withIndexedMapping(Ops.IntAndObjectToLong<? super U> mapper)
|
|
ParallelDoubleArrayWithLongMapping |
AbstractParallelAnyArray.DROCPap.withIndexedMapping(Ops.IntAndObjectToLong<? super U> mapper)
|
|
abstract ParallelDoubleArrayWithLongMapping |
ParallelDoubleArrayWithMapping.withIndexedMapping(Ops.IntAndObjectToLong<? super U> 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 |
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. |
|
ParallelDoubleArrayWithLongMapping |
ParallelDoubleArray.withMapping(Ops.DoubleAndDoubleToLong combiner,
ParallelDoubleArrayWithDoubleMapping other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
ParallelDoubleArrayWithLongMapping |
ParallelDoubleArrayWithDoubleMapping.withMapping(Ops.DoubleAndDoubleToLong combiner,
ParallelDoubleArrayWithDoubleMapping other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
ParallelDoubleArrayWithLongMapping |
ParallelDoubleArray.withMapping(Ops.DoubleAndLongToLong combiner,
ParallelLongArrayWithLongMapping other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
ParallelDoubleArrayWithLongMapping |
ParallelDoubleArrayWithDoubleMapping.withMapping(Ops.DoubleAndLongToLong combiner,
ParallelLongArrayWithLongMapping other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
|
ParallelDoubleArray.withMapping(Ops.DoubleAndObjectToLong<? super V> combiner,
ParallelArrayWithMapping<W,V> other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
|
ParallelDoubleArrayWithDoubleMapping.withMapping(Ops.DoubleAndObjectToLong<? super V> combiner,
ParallelArrayWithMapping<W,V> other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
ParallelDoubleArrayWithLongMapping |
AbstractParallelAnyArray.DUPap.withMapping(Ops.DoubleToLong op)
|
|
ParallelDoubleArrayWithLongMapping |
AbstractParallelAnyArray.DFPap.withMapping(Ops.DoubleToLong op)
|
|
ParallelDoubleArrayWithLongMapping |
AbstractParallelAnyArray.DRPap.withMapping(Ops.DoubleToLong op)
|
|
ParallelDoubleArrayWithLongMapping |
AbstractParallelAnyArray.DUDMPap.withMapping(Ops.DoubleToLong op)
|
|
ParallelDoubleArrayWithLongMapping |
AbstractParallelAnyArray.DFDMPap.withMapping(Ops.DoubleToLong op)
|
|
ParallelDoubleArrayWithLongMapping |
AbstractParallelAnyArray.DRDMPap.withMapping(Ops.DoubleToLong op)
|
|
ParallelDoubleArrayWithLongMapping |
AbstractParallelAnyArray.DUDCPap.withMapping(Ops.DoubleToLong op)
|
|
ParallelDoubleArrayWithLongMapping |
AbstractParallelAnyArray.DFDCPap.withMapping(Ops.DoubleToLong op)
|
|
ParallelDoubleArrayWithLongMapping |
AbstractParallelAnyArray.DRDCPap.withMapping(Ops.DoubleToLong op)
|
|
ParallelDoubleArrayWithLongMapping |
ParallelDoubleArray.withMapping(Ops.DoubleToLong op)
Returns an operation prefix that causes a method to operate on mapped elements of the array using the given op. |
|
abstract ParallelDoubleArrayWithLongMapping |
ParallelDoubleArrayWithDoubleMapping.withMapping(Ops.DoubleToLong op)
Returns an operation prefix that causes a method to operate on mapped elements of the array using the given op. |
|
ParallelDoubleArrayWithLongMapping |
ParallelDoubleArrayWithLongMapping.withMapping(Ops.LongAndDoubleToLong combiner,
ParallelDoubleArrayWithDoubleMapping other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
|
ParallelDoubleArrayWithLongMapping.withMapping(Ops.LongAndObjectToLong<? super V> combiner,
ParallelArrayWithMapping<W,V> other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
ParallelDoubleArrayWithLongMapping |
AbstractParallelAnyArray.DULMPap.withMapping(Ops.LongOp op)
|
|
ParallelDoubleArrayWithLongMapping |
AbstractParallelAnyArray.DFLMPap.withMapping(Ops.LongOp op)
|
|
ParallelDoubleArrayWithLongMapping |
AbstractParallelAnyArray.DRLMPap.withMapping(Ops.LongOp op)
|
|
ParallelDoubleArrayWithLongMapping |
AbstractParallelAnyArray.DULCPap.withMapping(Ops.LongOp op)
|
|
ParallelDoubleArrayWithLongMapping |
AbstractParallelAnyArray.DFLCPap.withMapping(Ops.LongOp op)
|
|
ParallelDoubleArrayWithLongMapping |
AbstractParallelAnyArray.DRLCPap.withMapping(Ops.LongOp op)
|
|
abstract ParallelDoubleArrayWithLongMapping |
ParallelDoubleArrayWithLongMapping.withMapping(Ops.LongOp op)
Returns an operation prefix that causes a method to operate on mapped elements of the array using the given op. |
|
ParallelDoubleArrayWithLongMapping |
ParallelDoubleArrayWithMapping.withMapping(Ops.ObjectAndDoubleToLong<? super U> combiner,
ParallelDoubleArrayWithDoubleMapping other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
ParallelDoubleArrayWithLongMapping |
ParallelDoubleArrayWithMapping.withMapping(Ops.ObjectAndLongToLong<? super U> combiner,
ParallelLongArrayWithLongMapping other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
|
ParallelDoubleArrayWithMapping.withMapping(Ops.ObjectAndObjectToLong<? super U,? super V> combiner,
ParallelArrayWithMapping<W,V> other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
ParallelDoubleArrayWithLongMapping |
AbstractParallelAnyArray.DUOMPap.withMapping(Ops.ObjectToLong<? super U> op)
|
|
ParallelDoubleArrayWithLongMapping |
AbstractParallelAnyArray.DFOMPap.withMapping(Ops.ObjectToLong<? super U> op)
|
|
ParallelDoubleArrayWithLongMapping |
AbstractParallelAnyArray.DROMPap.withMapping(Ops.ObjectToLong<? super U> op)
|
|
ParallelDoubleArrayWithLongMapping |
AbstractParallelAnyArray.DUOCPap.withMapping(Ops.ObjectToLong<? super U> op)
|
|
ParallelDoubleArrayWithLongMapping |
AbstractParallelAnyArray.DFOCPap.withMapping(Ops.ObjectToLong<? super U> op)
|
|
ParallelDoubleArrayWithLongMapping |
AbstractParallelAnyArray.DROCPap.withMapping(Ops.ObjectToLong<? super U> op)
|
|
abstract ParallelDoubleArrayWithLongMapping |
ParallelDoubleArrayWithMapping.withMapping(Ops.ObjectToLong<? super U> op)
Returns an operation prefix that causes a method to operate on mapped elements of the array using the given op applied to current op's results |
|
Copyright © 2008–2012 Václav Pech. All Rights Reserved. | |||||||||
PREV NEXT | FRAMES NO FRAMES |