jdk/src/java.desktop/share/classes/sun/java2d/marlin/stats/Histogram.java
changeset 39519 21bfc4452441
parent 34417 57a3863abbb4
equal deleted inserted replaced
39518:cf5567d544b4 39519:21bfc4452441
     1 /*
     1 /*
     2  * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    22  * or visit www.oracle.com if you need additional information or have any
    22  * or visit www.oracle.com if you need additional information or have any
    23  * questions.
    23  * questions.
    24  */
    24  */
    25 
    25 
    26 package sun.java2d.marlin.stats;
    26 package sun.java2d.marlin.stats;
    27 
       
    28 import java.util.Arrays;
       
    29 
    27 
    30 /**
    28 /**
    31  * Generic histogram based on long statistics
    29  * Generic histogram based on long statistics
    32  */
    30  */
    33 public final class Histogram extends StatLong {
    31 public final class Histogram extends StatLong {