org.kuali.common.util
Class LongCounter

java.lang.Object
  extended by org.kuali.common.util.LongCounter

public class LongCounter
extends Object


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

LongCounter

public LongCounter()

LongCounter

public LongCounter(long startValue)
Method Detail

increment

public long increment()

decrement

public long decrement()

getValue

public long getValue()


Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.