com.nhncorp.neptune.common
Class MutableInteger

java.lang.Object
  extended by com.nhncorp.neptune.common.MutableInteger

public class MutableInteger
extends java.lang.Object


Constructor Summary
MutableInteger(int value)
           
 
Method Summary
 void add()
           
 int getValue()
           
 void minus()
           
 void setValue(int value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MutableInteger

public MutableInteger(int value)
Method Detail

setValue

public void setValue(int value)

add

public void add()

minus

public void minus()

getValue

public int getValue()