Class Count

    • Constructor Summary

      Constructors 
      Constructor Description
      Count()  
      Count​(int count)  
    • Constructor Detail

      • Count

        public Count()
      • Count

        public Count​(int count)
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Specified by:
        toString in interface ProperlyPrintable
        Overrides:
        toString in class java.lang.Object
      • getCount

        public int getCount()
      • inc

        public void inc​(int plus)