|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParallelLongArrayWithLongMapping | |
---|---|
groovyx.gpars.extra166y | Collections supporting parallel operations. |
Uses of ParallelLongArrayWithLongMapping in groovyx.gpars.extra166y |
---|
Subclasses of ParallelLongArrayWithLongMapping in groovyx.gpars.extra166y | |
---|---|
(package private) static class |
AbstractParallelAnyArray.LFLCPap
|
(package private) static class |
AbstractParallelAnyArray.LFLMPap
|
(package private) static class |
AbstractParallelAnyArray.LFPap
|
(package private) static class |
AbstractParallelAnyArray.LLCPap
|
(package private) static class |
AbstractParallelAnyArray.LLMPap
|
(package private) static class |
AbstractParallelAnyArray.LRLCPap
|
(package private) static class |
AbstractParallelAnyArray.LRLMPap
|
(package private) static class |
AbstractParallelAnyArray.LRPap
|
(package private) static class |
AbstractParallelAnyArray.LULCPap
|
(package private) static class |
AbstractParallelAnyArray.LULMPap
|
(package private) static class |
AbstractParallelAnyArray.LUPap
|
class |
ParallelLongArray
An array of longs supporting parallel operations. |
class |
ParallelLongArrayWithBounds
A prefix view of ParallelLongArray that causes operations to apply only to elements within a given range. |
class |
ParallelLongArrayWithFilter
A prefix view of ParallelLongArray that causes operations to apply only to elements for which a selector returns true. |
Fields in groovyx.gpars.extra166y declared as ParallelLongArrayWithLongMapping | |
---|---|
(package private) ParallelLongArrayWithLongMapping |
PAS.FJLPACombineInPlace.other
|
Methods in groovyx.gpars.extra166y that return ParallelLongArrayWithLongMapping | ||
---|---|---|
ParallelLongArrayWithLongMapping |
AbstractParallelAnyArray.LUDMPap.withIndexedMapping(Ops.IntAndDoubleToLong mapper)
|
|
ParallelLongArrayWithLongMapping |
AbstractParallelAnyArray.LFDMPap.withIndexedMapping(Ops.IntAndDoubleToLong mapper)
|
|
ParallelLongArrayWithLongMapping |
AbstractParallelAnyArray.LRDMPap.withIndexedMapping(Ops.IntAndDoubleToLong mapper)
|
|
ParallelLongArrayWithLongMapping |
AbstractParallelAnyArray.LUDCPap.withIndexedMapping(Ops.IntAndDoubleToLong mapper)
|
|
ParallelLongArrayWithLongMapping |
AbstractParallelAnyArray.LFDCPap.withIndexedMapping(Ops.IntAndDoubleToLong mapper)
|
|
ParallelLongArrayWithLongMapping |
AbstractParallelAnyArray.LRDCPap.withIndexedMapping(Ops.IntAndDoubleToLong mapper)
|
|
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. |
|
ParallelLongArrayWithLongMapping |
AbstractParallelAnyArray.LUPap.withIndexedMapping(Ops.IntAndLongToLong mapper)
|
|
ParallelLongArrayWithLongMapping |
AbstractParallelAnyArray.LFPap.withIndexedMapping(Ops.IntAndLongToLong mapper)
|
|
ParallelLongArrayWithLongMapping |
AbstractParallelAnyArray.LRPap.withIndexedMapping(Ops.IntAndLongToLong mapper)
|
|
ParallelLongArrayWithLongMapping |
AbstractParallelAnyArray.LULMPap.withIndexedMapping(Ops.IntAndLongToLong mapper)
|
|
ParallelLongArrayWithLongMapping |
AbstractParallelAnyArray.LFLMPap.withIndexedMapping(Ops.IntAndLongToLong mapper)
|
|
ParallelLongArrayWithLongMapping |
AbstractParallelAnyArray.LRLMPap.withIndexedMapping(Ops.IntAndLongToLong mapper)
|
|
ParallelLongArrayWithLongMapping |
AbstractParallelAnyArray.LULCPap.withIndexedMapping(Ops.IntAndLongToLong mapper)
|
|
ParallelLongArrayWithLongMapping |
AbstractParallelAnyArray.LFLCPap.withIndexedMapping(Ops.IntAndLongToLong mapper)
|
|
ParallelLongArrayWithLongMapping |
AbstractParallelAnyArray.LRLCPap.withIndexedMapping(Ops.IntAndLongToLong mapper)
|
|
ParallelLongArrayWithLongMapping |
ParallelLongArray.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, and produces a new value. |
|
abstract ParallelLongArrayWithLongMapping |
ParallelLongArrayWithLongMapping.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. |
|
ParallelLongArrayWithLongMapping |
AbstractParallelAnyArray.LUOMPap.withIndexedMapping(Ops.IntAndObjectToLong<? super U> mapper)
|
|
ParallelLongArrayWithLongMapping |
AbstractParallelAnyArray.LFOMPap.withIndexedMapping(Ops.IntAndObjectToLong<? super U> mapper)
|
|
ParallelLongArrayWithLongMapping |
AbstractParallelAnyArray.LROMPap.withIndexedMapping(Ops.IntAndObjectToLong<? super U> mapper)
|
|
ParallelLongArrayWithLongMapping |
AbstractParallelAnyArray.LUOCPap.withIndexedMapping(Ops.IntAndObjectToLong<? super U> mapper)
|
|
ParallelLongArrayWithLongMapping |
AbstractParallelAnyArray.LFOCPap.withIndexedMapping(Ops.IntAndObjectToLong<? super U> mapper)
|
|
ParallelLongArrayWithLongMapping |
AbstractParallelAnyArray.LROCPap.withIndexedMapping(Ops.IntAndObjectToLong<? super U> mapper)
|
|
abstract ParallelLongArrayWithLongMapping |
ParallelLongArrayWithMapping.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. |
|
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. |
|
ParallelLongArrayWithLongMapping |
ParallelLongArrayWithDoubleMapping.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. |
|
ParallelLongArrayWithLongMapping |
ParallelLongArrayWithDoubleMapping.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. |
|
|
ParallelLongArrayWithDoubleMapping.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. |
|
ParallelLongArrayWithLongMapping |
AbstractParallelAnyArray.LUDMPap.withMapping(Ops.DoubleToLong op)
|
|
ParallelLongArrayWithLongMapping |
AbstractParallelAnyArray.LFDMPap.withMapping(Ops.DoubleToLong op)
|
|
ParallelLongArrayWithLongMapping |
AbstractParallelAnyArray.LRDMPap.withMapping(Ops.DoubleToLong op)
|
|
ParallelLongArrayWithLongMapping |
AbstractParallelAnyArray.LUDCPap.withMapping(Ops.DoubleToLong op)
|
|
ParallelLongArrayWithLongMapping |
AbstractParallelAnyArray.LFDCPap.withMapping(Ops.DoubleToLong op)
|
|
ParallelLongArrayWithLongMapping |
AbstractParallelAnyArray.LRDCPap.withMapping(Ops.DoubleToLong op)
|
|
abstract ParallelLongArrayWithLongMapping |
ParallelLongArrayWithDoubleMapping.withMapping(Ops.DoubleToLong op)
Returns an operation prefix that causes a method to operate on mapped elements of the array using the given op. |
|
ParallelLongArrayWithLongMapping |
ParallelLongArray.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. |
|
ParallelLongArrayWithLongMapping |
ParallelLongArrayWithLongMapping.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. |
|
|
ParallelLongArray.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. |
|
|
ParallelLongArrayWithLongMapping.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. |
|
ParallelLongArrayWithLongMapping |
AbstractParallelAnyArray.LUPap.withMapping(Ops.LongOp op)
|
|
ParallelLongArrayWithLongMapping |
AbstractParallelAnyArray.LFPap.withMapping(Ops.LongOp op)
|
|
ParallelLongArrayWithLongMapping |
AbstractParallelAnyArray.LRPap.withMapping(Ops.LongOp op)
|
|
ParallelLongArrayWithLongMapping |
AbstractParallelAnyArray.LULMPap.withMapping(Ops.LongOp op)
|
|
ParallelLongArrayWithLongMapping |
AbstractParallelAnyArray.LFLMPap.withMapping(Ops.LongOp op)
|
|
ParallelLongArrayWithLongMapping |
AbstractParallelAnyArray.LRLMPap.withMapping(Ops.LongOp op)
|
|
ParallelLongArrayWithLongMapping |
AbstractParallelAnyArray.LULCPap.withMapping(Ops.LongOp op)
|
|
ParallelLongArrayWithLongMapping |
AbstractParallelAnyArray.LFLCPap.withMapping(Ops.LongOp op)
|
|
ParallelLongArrayWithLongMapping |
AbstractParallelAnyArray.LRLCPap.withMapping(Ops.LongOp op)
|
|
ParallelLongArrayWithLongMapping |
ParallelLongArray.withMapping(Ops.LongOp op)
Returns an operation prefix that causes a method to operate on mapped elements of the array using the given op. |
|
abstract ParallelLongArrayWithLongMapping |
ParallelLongArrayWithLongMapping.withMapping(Ops.LongOp op)
Returns an operation prefix that causes a method to operate on mapped elements of the array using the given op. |
|
ParallelLongArrayWithLongMapping |
ParallelLongArrayWithMapping.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. |
|
ParallelLongArrayWithLongMapping |
ParallelLongArrayWithMapping.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. |
|
|
ParallelLongArrayWithMapping.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. |
|
ParallelLongArrayWithLongMapping |
AbstractParallelAnyArray.LUOMPap.withMapping(Ops.ObjectToLong<? super U> op)
|
|
ParallelLongArrayWithLongMapping |
AbstractParallelAnyArray.LFOMPap.withMapping(Ops.ObjectToLong<? super U> op)
|
|
ParallelLongArrayWithLongMapping |
AbstractParallelAnyArray.LROMPap.withMapping(Ops.ObjectToLong<? super U> op)
|
|
ParallelLongArrayWithLongMapping |
AbstractParallelAnyArray.LUOCPap.withMapping(Ops.ObjectToLong<? super U> op)
|
|
ParallelLongArrayWithLongMapping |
AbstractParallelAnyArray.LFOCPap.withMapping(Ops.ObjectToLong<? super U> op)
|
|
ParallelLongArrayWithLongMapping |
AbstractParallelAnyArray.LROCPap.withMapping(Ops.ObjectToLong<? super U> op)
|
|
abstract ParallelLongArrayWithLongMapping |
ParallelLongArrayWithMapping.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 |
Methods in groovyx.gpars.extra166y with parameters of type ParallelLongArrayWithLongMapping | ||
---|---|---|
ParallelLongArray |
ParallelLongArray.addAll(ParallelLongArrayWithLongMapping other)
Appends all (possibly bounded, filtered, or mapped) elements of the given ParallelDoubleArray, resizing and/or reallocating this array if necessary. |
|
boolean |
ParallelLongArray.hasAllEqualElements(ParallelLongArrayWithLongMapping other)
Returns true if all elements at the same relative positions of this and other array are equal. |
|
boolean |
ParallelLongArrayWithFilter.hasAllEqualElements(ParallelLongArrayWithLongMapping other)
Returns true if all elements at the same relative positions of this and other array are equal. |
|
(package private) static Ops.IntAndLongToLong |
AbstractParallelAnyArray.indexedMapper(Ops.BinaryLongOp combiner,
ParallelLongArrayWithLongMapping u,
int origin)
|
|
(package private) static Ops.IntAndDoubleToDouble |
AbstractParallelAnyArray.indexedMapper(Ops.DoubleAndLongToDouble combiner,
ParallelLongArrayWithLongMapping u,
int origin)
|
|
(package private) static Ops.IntAndDoubleToLong |
AbstractParallelAnyArray.indexedMapper(Ops.DoubleAndLongToLong combiner,
ParallelLongArrayWithLongMapping u,
int origin)
|
|
(package private) static
|
AbstractParallelAnyArray.indexedMapper(Ops.DoubleAndLongToObject<? extends V> combiner,
ParallelLongArrayWithLongMapping u,
int origin)
|
|
(package private) static Ops.IntAndLongToDouble |
AbstractParallelAnyArray.indexedMapper(Ops.LongAndLongToDouble combiner,
ParallelLongArrayWithLongMapping u,
int origin)
|
|
(package private) static
|
AbstractParallelAnyArray.indexedMapper(Ops.LongAndLongToObject<? extends V> combiner,
ParallelLongArrayWithLongMapping u,
int origin)
|
|
(package private) static
|
AbstractParallelAnyArray.indexedMapper(Ops.ObjectAndLongToDouble<? super T> combiner,
ParallelLongArrayWithLongMapping u,
int origin)
|
|
(package private) static
|
AbstractParallelAnyArray.indexedMapper(Ops.ObjectAndLongToLong<? super T> combiner,
ParallelLongArrayWithLongMapping u,
int origin)
|
|
(package private) static
|
AbstractParallelAnyArray.indexedMapper(Ops.ObjectAndLongToObject<? super T,? extends V> combiner,
ParallelLongArrayWithLongMapping u,
int origin)
|
|
(package private) static Ops.IntAndLongPredicate |
AbstractParallelAnyArray.indexedSelector(Ops.BinaryLongPredicate bp,
ParallelLongArrayWithLongMapping u,
int origin)
|
|
(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,
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). |
|
ParallelLongArrayWithFilter |
ParallelLongArray.withFilter(Ops.BinaryLongPredicate selector,
ParallelLongArrayWithLongMapping other)
Returns an operation prefix that causes a method to operate only on elements for which the given binary selector returns true |
|
ParallelLongArrayWithFilter |
ParallelLongArrayWithFilter.withFilter(Ops.BinaryLongPredicate selector,
ParallelLongArrayWithLongMapping other)
Returns an operation prefix that causes a method to operate only on elements for which the current selector (if present) and the given binary selector returns true. |
|
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. |
|
ParallelArrayWithDoubleMapping<T> |
ParallelArrayWithDoubleMapping.withMapping(Ops.DoubleAndLongToDouble combiner,
ParallelLongArrayWithLongMapping other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
ParallelDoubleArrayWithDoubleMapping |
ParallelDoubleArray.withMapping(Ops.DoubleAndLongToDouble combiner,
ParallelLongArrayWithLongMapping other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
ParallelDoubleArrayWithDoubleMapping |
ParallelDoubleArrayWithDoubleMapping.withMapping(Ops.DoubleAndLongToDouble combiner,
ParallelLongArrayWithLongMapping other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
ParallelLongArrayWithDoubleMapping |
ParallelLongArrayWithDoubleMapping.withMapping(Ops.DoubleAndLongToDouble combiner,
ParallelLongArrayWithLongMapping other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
ParallelArrayWithLongMapping<T> |
ParallelArrayWithDoubleMapping.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 |
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. |
|
ParallelLongArrayWithLongMapping |
ParallelLongArrayWithDoubleMapping.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. |
|
|
ParallelArrayWithDoubleMapping.withMapping(Ops.DoubleAndLongToObject<? extends V> 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.DoubleAndLongToObject<? extends V> combiner,
ParallelLongArrayWithLongMapping other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
|
ParallelDoubleArrayWithDoubleMapping.withMapping(Ops.DoubleAndLongToObject<? extends V> combiner,
ParallelLongArrayWithLongMapping other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
|
ParallelLongArrayWithDoubleMapping.withMapping(Ops.DoubleAndLongToObject<? extends V> combiner,
ParallelLongArrayWithLongMapping other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
ParallelArrayWithDoubleMapping<T> |
ParallelArrayWithLongMapping.withMapping(Ops.LongAndLongToDouble combiner,
ParallelLongArrayWithLongMapping other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
ParallelDoubleArrayWithDoubleMapping |
ParallelDoubleArrayWithLongMapping.withMapping(Ops.LongAndLongToDouble combiner,
ParallelLongArrayWithLongMapping other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
ParallelLongArrayWithDoubleMapping |
ParallelLongArray.withMapping(Ops.LongAndLongToDouble combiner,
ParallelLongArrayWithLongMapping other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
ParallelLongArrayWithDoubleMapping |
ParallelLongArrayWithLongMapping.withMapping(Ops.LongAndLongToDouble combiner,
ParallelLongArrayWithLongMapping other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
|
ParallelArrayWithLongMapping.withMapping(Ops.LongAndLongToObject<? extends V> combiner,
ParallelLongArrayWithLongMapping other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
|
ParallelDoubleArrayWithLongMapping.withMapping(Ops.LongAndLongToObject<? extends V> combiner,
ParallelLongArrayWithLongMapping other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
|
ParallelLongArray.withMapping(Ops.LongAndLongToObject<? extends V> combiner,
ParallelLongArrayWithLongMapping other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
|
ParallelLongArrayWithLongMapping.withMapping(Ops.LongAndLongToObject<? extends V> combiner,
ParallelLongArrayWithLongMapping other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
ParallelArrayWithDoubleMapping<T> |
ParallelArray.withMapping(Ops.ObjectAndLongToDouble<? super T> combiner,
ParallelLongArrayWithLongMapping other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
ParallelArrayWithDoubleMapping<T> |
ParallelArrayWithMapping.withMapping(Ops.ObjectAndLongToDouble<? 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. |
|
ParallelDoubleArrayWithDoubleMapping |
ParallelDoubleArrayWithMapping.withMapping(Ops.ObjectAndLongToDouble<? 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. |
|
ParallelLongArrayWithDoubleMapping |
ParallelLongArrayWithMapping.withMapping(Ops.ObjectAndLongToDouble<? 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. |
|
ParallelArrayWithLongMapping<T> |
ParallelArray.withMapping(Ops.ObjectAndLongToLong<? super T> combiner,
ParallelLongArrayWithLongMapping other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
ParallelArrayWithLongMapping<T> |
ParallelArrayWithMapping.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. |
|
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. |
|
ParallelLongArrayWithLongMapping |
ParallelLongArrayWithMapping.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. |
|
|
ParallelArray.withMapping(Ops.ObjectAndLongToObject<? super T,? extends V> combiner,
ParallelLongArrayWithLongMapping other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
|
ParallelArrayWithMapping.withMapping(Ops.ObjectAndLongToObject<? super U,? extends V> 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.ObjectAndLongToObject<? super U,? extends V> combiner,
ParallelLongArrayWithLongMapping other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
|
ParallelLongArrayWithMapping.withMapping(Ops.ObjectAndLongToObject<? super U,? extends V> 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 ParallelLongArrayWithLongMapping | |
---|---|
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 |