public class StatisticValue extends Object
StatisticValue(Number minimum, Number maximum, Number current)
Number
getCurrent()
getMaximum()
getMinimum()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public StatisticValue(Number minimum, Number maximum, Number current)
public Number getMinimum()
public Number getMaximum()
public Number getCurrent()
public String toString()
toString
Object