se.unlogic.standardutils.numbers
Class IntegerCounter

java.lang.Object
  extended by se.unlogic.standardutils.numbers.IntegerCounter

public class IntegerCounter
extends Object


Constructor Summary
IntegerCounter()
           
 
Method Summary
 Integer decrement()
           
 Integer getValue()
           
 Integer increment()
           
 void setValue(Integer value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntegerCounter

public IntegerCounter()
Method Detail

getValue

public Integer getValue()

setValue

public void setValue(Integer value)

increment

public Integer increment()

decrement

public Integer decrement()


Copyright © 2011. All Rights Reserved.