|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wicket.util.value.Count
public final class Count
A class for counting things.
Constructor Summary | |
---|---|
Count()
|
Method Summary | |
---|---|
void |
decrement()
Decreases the count value by one. |
int |
getCount()
Retrieves the current count value. |
void |
increment()
Increases the count value by one. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Count()
Method Detail |
---|
public int getCount()
public void increment()
public void decrement()
public String toString()
toString
in class Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |