Class Counter

    • Constructor Summary

      Constructors 
      Constructor Description
      Counter()  
      Counter​(int count)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add()  
      boolean equals​(java.lang.Object o)  
      int getCount()  
      int hashCode()  
      java.lang.String toJson()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Counter

        public Counter()
      • Counter

        public Counter​(int count)
    • Method Detail

      • getCount

        public int getCount()
      • add

        public void add()
      • 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()
        Overrides:
        toString in class java.lang.Object
      • toJson

        public java.lang.String toJson()