Class HistogramNd.Incrementer

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Incrementer()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void count​(long[] position, boolean ignored)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Incrementer

        private Incrementer()
    • Method Detail

      • count

        public void count​(long[] position,
                          boolean ignored)
        Specified by:
        count in interface HistogramNd.Counter