|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.israfil.foundation.core.SimpleCounter
public class SimpleCounter
A simple counter interface
| Constructor Summary | |
|---|---|
SimpleCounter()
|
|
| Method Summary | |
|---|---|
void |
decrement()
|
int |
getCount()
|
void |
increment()
|
void |
reset()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleCounter()
| Method Detail |
|---|
public int getCount()
getCount in interface Counterpublic void increment()
increment in interface Counterpublic void decrement()
decrement in interface Counterpublic void reset()
reset in interface Counter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||