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