|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface ParallelArray.SummaryStatistics<T>
Summary statistics for a possibly bounded, filtered, and/or mapped ParallelArray.
Method Summary | |
---|---|
int |
indexOfMax()
Return the index of the maximum element, or -1 if empty |
int |
indexOfMin()
Return the index of the minimum element, or -1 if empty |
T |
max()
Return the maximum element, or null if empty |
T |
min()
Return the minimum element, or null if empty |
int |
size()
Return the number of elements |
Method Detail |
---|
int size()
T min()
T max()
int indexOfMin()
int indexOfMax()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |