public class AverageInt
extends java.lang.Object
Constructor and Description |
---|
AverageInt(int precise) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
double |
getAverage() |
void |
push(int value) |
void |
tick() |
void |
tick(int value) |