Interface IIntCounter

  • All Known Implementing Classes:
    IntCounter

    public interface IIntCounter
    • Method Detail

      • value

        int value()
      • next

        int next()
      • increment

        void increment()
      • decrement

        void decrement()
      • previous

        int previous()