|
||||||||||
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()
Returns the index of the maximum element, or -1 if empty |
int |
indexOfMin()
Returns the index of the minimum element, or -1 if empty |
T |
max()
Returns the maximum element, or null if empty |
T |
min()
Returns the minimum element, or null if empty |
int |
size()
Returns the number of elements |
Method Detail |
---|
int size()
T min()
T max()
int indexOfMin()
int indexOfMax()
|
Copyright © 2008–2012 Václav Pech. All Rights Reserved. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |