Histogram

net.aerith.misao.util. Statisticable
+getDataCount() :int
+getValueAt(int index) :double
java.lang. Object
+Object()
<clinit>() :void
#clone() :Object
+equals(Object ) :boolean
#finalize() :void
+getClass() :Class
+hashCode() :int
+notify() :void
+notifyAll() :void
-registerNatives() :void
+toString() :String
+wait() :void
+wait(long ) :void
+wait(long , int ) :void
net.aerith.misao.util. Histogram
#buffer :int[]
#Histogram()
+Histogram(Statisticable target_buffer, double minimum_value, double maximum_value, int division_count)
+getDataCount() :int
+getValueAt(int index) :double
+getUnderflow() :int
+getOverflow() :int
+getAt(int index) :int
+lookup(double index) :double
+lookupInversed(double value) :double
+accumulate() :Histogram
+createCloneArray() :Array