Class Histogram3DNode

    • Field Detail

      • sample1

        private final int sample1
      • sample2

        private final int sample2
      • sample3

        private final int sample3
      • counter

        private int counter
    • Constructor Detail

      • Histogram3DNode

        public Histogram3DNode​(int s1,
                               int s2,
                               int s3)
    • Method Detail

      • getCounter

        public int getCounter()
      • getSample1

        public int getSample1()
      • getSample2

        public int getSample2()
      • getSample3

        public int getSample3()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • increase

        public void increase()
      • setCounter

        public void setCounter​(int newValue)