Summary statistics for a possibly bounded, filtered, and/or mapped ParallelArray.
| Type | Name 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 | 
Returns the index of the maximum element, or -1 if empty
Returns the index of the minimum element, or -1 if empty
Returns the maximum element, or null if empty
Returns the minimum element, or null if empty
Returns the number of elements