A one-dimensional histogram data class that stores its counters in memory. Counters are stored in an int array of length {@link #getMaxValue()} + 1 so that k values will require k * 4 bytes.
@author Marco Schmidt
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.