Class DoNothingHistogram

    • Constructor Detail

      • DoNothingHistogram

        public DoNothingHistogram()
    • Method Detail

      • update

        public void update​(long value)
        Description copied from interface: Histogram
        Update histogram by value.
        Specified by:
        update in interface Histogram
      • getCount

        public long getCount()
        Description copied from interface: Histogram
        Get the value of histogram.
        Specified by:
        getCount in interface Histogram