public static class NumberStatistic.Stat extends Statistic
| Constructor | Description |
|---|---|
Stat(StatisticInitializer initializer,
int defaultValue) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
getValue() |
|
void |
load(DataSet set) |
|
void |
save(DataSet set) |
|
java.lang.String |
toString() |
|
void |
update() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetInitializerpublic Stat(StatisticInitializer initializer, int defaultValue)