|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.common.util.LongCounter
public class LongCounter
Constructor Summary | |
---|---|
LongCounter()
|
|
LongCounter(long startValue)
|
Method Summary | |
---|---|
long |
decrement()
|
long |
getValue()
|
long |
increment()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LongCounter()
public LongCounter(long startValue)
Method Detail |
---|
public long increment()
public long decrement()
public long getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |