public class Counter
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
dups |
int |
filter |
int |
recordsTotal |
int |
recordsUnique |
int |
vars |
Constructor and Description |
---|
Counter() |
Modifier and Type | Method and Description |
---|---|
void |
add(Counter c) |
java.lang.String |
show() |
public int recordsTotal
public int recordsUnique
public int dups
public int filter
public int vars
public java.lang.String show()
public void add(Counter c)