|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IntStat | |
|---|---|
| com.threerings.stats.data | |
| Uses of IntStat in com.threerings.stats.data |
|---|
| Subclasses of IntStat in com.threerings.stats.data | |
|---|---|
class |
MaxIntStat
Extends the IntStat by maintaining a maximum value which is updated every time a value
is accumulated to the stat. |
class |
MaxValueIntStat
Extends the IntStat by maintaining the maximum value that the stat has ever been
assigned (unlike MaxIntStat, which tracks the maximum value that the stat has ever
been incremented by). |
| Methods in com.threerings.stats.data with parameters of type IntStat | |
|---|---|
void |
IntStatMinimumer.modify(IntStat stat)
|
void |
IntStatIncrementer.modify(IntStat stat)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||