public class Stats
extends java.lang.Object
Constructor and Description |
---|
Stats() |
Modifier and Type | Method and Description |
---|---|
void |
addOccurence() |
void |
aggregate(Stats stats) |
int |
getDistinctOccurrences() |
int |
getOccurrences() |
void |
setNewTrace() |
public int getOccurrences()
public int getDistinctOccurrences()
public void addOccurence()
public void setNewTrace()
public void aggregate(Stats stats)