< prev index next >

openjfx9/modules/javafx.graphics/src/main/java/com/sun/marlin/stats/Histogram.java

Print this page

        

*** 21,31 **** * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ ! package sun.java2d.marlin.stats; /** * Generic histogram based on long statistics */ public final class Histogram extends StatLong { --- 21,31 ---- * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ ! package com.sun.marlin.stats; /** * Generic histogram based on long statistics */ public final class Histogram extends StatLong {
< prev index next >