static final class PAS.FJLStats extends FJBase
Modifiers | Name | Description |
---|---|---|
LongComparator |
comparator |
|
int |
indexOfMax |
|
int |
indexOfMin |
|
long |
max |
|
long |
min |
|
int |
size |
|
long |
sum |
Constructor and description |
---|
PAS.FJLStats
(AbstractParallelAnyArray pap, int lo, int hi, FJBase next, LongComparator comparator) |
Type | Name and description |
---|---|
void |
atLeaf(int l, int h) |
double |
average() |
void |
filteredAtLeaf(int l, int h) |
int |
indexOfMax() |
int |
indexOfMin() |
long |
max() |
long |
min() |
FJBase |
newSubtask(int l, int h, FJBase r) |
void |
onReduce(FJBase right) |
int |
size() |
long |
sum() |
java.lang.String |
toString() |
void |
updateMax(int i, long x) |
void |
updateMin(int i, long x) |
Copyright © 2008–2014 Václav Pech. All Rights Reserved.