Interface IIntCounter

All Known Implementing Classes:
IntCounter

public interface IIntCounter
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     
    int
     
    int
     
    void
     
    int
     
  • Method Details

    • value

      int value()
    • next

      int next()
    • increment

      void increment()
    • decrement

      void decrement()
    • previous

      int previous()
    • reset

      void reset()