- All Known Implementing Classes:
IntCounter
public interface IIntCounter
-
Method Summary
-
Method Details
-
value
int value() -
next
int next() -
increment
void increment() -
decrement
void decrement() -
previous
int previous() -
reset
void reset()
-