Class JavaNCSSCheck.Counter

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int count
      The counters internal integer.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Counter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getCount()
      Gets the counters value.
      void increment()
      Increments the counter.
      • Methods inherited from class java.lang.Object

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

      • count

        private int count
        The counters internal integer.
    • Constructor Detail

    • Method Detail

      • increment

        public void increment()
        Increments the counter.
      • getCount

        public int getCount()
        Gets the counters value.
        Returns:
        the counter