public class DebugHistogramRPrinter extends Object implements DebugHistogram.Printer
Modifier and Type | Field and Description |
---|---|
private int |
limit |
private PrintStream |
os |
Constructor and Description |
---|
DebugHistogramRPrinter(PrintStream os) |
DebugHistogramRPrinter(PrintStream os,
int limit) |
private PrintStream os
private int limit
public DebugHistogramRPrinter(PrintStream os)
public DebugHistogramRPrinter(PrintStream os, int limit)
os
- where to printlimit
- limits printing to the limit
most frequent valuespublic void print(DebugHistogram histogram)
print
in interface DebugHistogram.Printer