public class GribRecordStats
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
dups |
int |
filter |
int |
recordsTotal |
int |
recordsUnique |
int |
vars |
Constructor and Description |
---|
GribRecordStats() |
Modifier and Type | Method and Description |
---|---|
void |
add(GribRecordStats 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(GribRecordStats c)