| 
org.codehaus.gpars | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
public static interface ParallelLongArray.SummaryStatistics
Summary statistics for a possibly bounded, filtered, and/or mapped ParallelLongArray.
| Method Summary | |
|---|---|
            double
         | 
        
            average()
             | 
        
            int
         | 
        
            indexOfMax()
            Returns the sum of all elements  | 
        
            int
         | 
        
            indexOfMin()
            Returns the index of the maximum element, or -1 if empty  | 
        
            long
         | 
        
            max()
            Returns the index of the minimum element, or -1 if empty  | 
        
            long
         | 
        
            min()
            Returns the maximum element, or Long.MIN_VALUE if empty  | 
        
            int
         | 
        
            size()
             | 
        
            long
         | 
        
            sum()
            Returns the arithmetic average of all elements  | 
        
| Method Detail | 
|---|
public double average()
public int indexOfMax()
public int indexOfMin()
public long max()
public long min()
public int size()
public long sum()
Copyright © 2008–2013 Václav Pech. All Rights Reserved.