Uses of Interface
groovyx.gpars.extra166y.ParallelDoubleArray.SummaryStatistics

Packages that use ParallelDoubleArray.SummaryStatistics
groovyx.gpars.extra166y Collections supporting parallel operations. 
 

Uses of ParallelDoubleArray.SummaryStatistics in groovyx.gpars.extra166y
 

Classes in groovyx.gpars.extra166y that implement ParallelDoubleArray.SummaryStatistics
(package private) static class PAS.FJDStats
           
 

Methods in groovyx.gpars.extra166y that return ParallelDoubleArray.SummaryStatistics
 ParallelDoubleArray.SummaryStatistics ParallelArrayWithDoubleMapping.summary()
          Returns summary statistics, using natural comparator.
 ParallelDoubleArray.SummaryStatistics ParallelDoubleArray.summary()
          Returns summary statistics, using natural comparator.
 ParallelDoubleArray.SummaryStatistics ParallelDoubleArrayWithDoubleMapping.summary()
          Returns summary statistics, using natural comparator.
 ParallelDoubleArray.SummaryStatistics ParallelLongArrayWithDoubleMapping.summary()
          Returns summary statistics, using natural comparator.
 ParallelDoubleArray.SummaryStatistics ParallelArrayWithDoubleMapping.summary(Ops.DoubleComparator comparator)
          Returns summary statistics.
 ParallelDoubleArray.SummaryStatistics ParallelDoubleArray.summary(Ops.DoubleComparator comparator)
          Returns summary statistics, using the given comparator to locate minimum and maximum elements.
 ParallelDoubleArray.SummaryStatistics ParallelDoubleArrayWithDoubleMapping.summary(Ops.DoubleComparator comparator)
          Returns summary statistics.
 ParallelDoubleArray.SummaryStatistics ParallelLongArrayWithDoubleMapping.summary(Ops.DoubleComparator comparator)
          Returns summary statistics.
 


Copyright © 2008–2013 Václav Pech. All Rights Reserved.