public static interface ParallelArray.SummaryStatistics<T>
Modifier and Type | Method and Description |
---|---|
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
|
int size()
T min()
T max()
int indexOfMin()
int indexOfMax()