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

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

Uses of ParallelArray.SummaryStatistics in groovyx.gpars.extra166y
 

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

Methods in groovyx.gpars.extra166y that return ParallelArray.SummaryStatistics
 ParallelArray.SummaryStatistics<T> ParallelArray.summary()
          Returns summary statistics, assuming that all elements are Comparables
 ParallelArray.SummaryStatistics<U> ParallelArrayWithMapping.summary()
          Returns summary statistics, assuming that all elements are Comparables
 ParallelArray.SummaryStatistics<U> ParallelDoubleArrayWithMapping.summary()
          Returns summary statistics, assuming that all elements are Comparables
 ParallelArray.SummaryStatistics<U> ParallelLongArrayWithMapping.summary()
          Returns summary statistics, assuming that all elements are Comparables
 ParallelArray.SummaryStatistics<T> ParallelArray.summary(java.util.Comparator<? super T> comparator)
          Returns summary statistics, using the given comparator to locate minimum and maximum elements.
 ParallelArray.SummaryStatistics<U> ParallelArrayWithMapping.summary(java.util.Comparator<? super U> comparator)
          Returns summary statistics, using the given comparator to locate minimum and maximum elements.
 ParallelArray.SummaryStatistics<U> ParallelDoubleArrayWithMapping.summary(java.util.Comparator<? super U> comparator)
          Returns summary statistics, using the given comparator to locate minimum and maximum elements.
 ParallelArray.SummaryStatistics<U> ParallelLongArrayWithMapping.summary(java.util.Comparator<? super U> comparator)
          Returns summary statistics, using the given comparator to locate minimum and maximum elements.
 


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