udt.util
Class StatisticsHistoryEntry

java.lang.Object
  extended by udt.util.StatisticsHistoryEntry

public class StatisticsHistoryEntry
extends Object


Constructor Summary
StatisticsHistoryEntry(boolean heading, long time, List<MeanValue> metrics)
           
StatisticsHistoryEntry(boolean heading, long time, Object... values)
           
StatisticsHistoryEntry(Object... values)
           
 
Method Summary
 String toString()
          output as comma separated list
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StatisticsHistoryEntry

public StatisticsHistoryEntry(boolean heading,
                              long time,
                              Object... values)

StatisticsHistoryEntry

public StatisticsHistoryEntry(boolean heading,
                              long time,
                              List<MeanValue> metrics)

StatisticsHistoryEntry

public StatisticsHistoryEntry(Object... values)
Method Detail

toString

public String toString()
output as comma separated list

Overrides:
toString in class Object


Copyright © 2013 LittleShoot. All Rights Reserved.