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