Uses of Class
udt.util.MeanValue

Packages that use MeanValue
udt.util   
 

Uses of MeanValue in udt.util
 

Subclasses of MeanValue in udt.util
 class MeanThroughput
          holds a floating mean value
 

Methods in udt.util that return types with arguments of type MeanValue
 List<MeanValue> UDTStatistics.getMetrics()
          get a read-only list containing all metrics
 

Methods in udt.util with parameters of type MeanValue
 void UDTStatistics.addMetric(MeanValue m)
          add a metric
 

Constructor parameters in udt.util with type arguments of type MeanValue
StatisticsHistoryEntry(boolean heading, long time, List<MeanValue> metrics)
           
 



Copyright © 2013 LittleShoot. All Rights Reserved.