/** A histogram of floating-point values */ public interface Histogram { /** The number of buckets in THIS. */ int size(); /** Lower bound of bucket #K. Pre: 0<=K