com.sun.btrace.aggregation
Class HistogramData

java.lang.Object
  extended by com.sun.btrace.aggregation.HistogramData
All Implemented Interfaces:
java.io.Serializable

public class HistogramData
extends java.lang.Object
implements java.io.Serializable

A wire data structure describing histogram data.

Author:
Christian Glencross
See Also:
Serialized Form

Constructor Summary
HistogramData(long[] values, long[] counts)
           
 
Method Summary
 long[] getCounts()
           
 long[] getValues()
           
 void print(java.io.PrintWriter p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HistogramData

public HistogramData(long[] values,
                     long[] counts)
Method Detail

getValues

public long[] getValues()

getCounts

public long[] getCounts()

print

public void print(java.io.PrintWriter p)