Package de.hsh.graja.util
Class MutableInteger
java.lang.Object
de.hsh.graja.util.MutableInteger
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MutableInteger
public MutableInteger() -
MutableInteger
public MutableInteger(int i)
-
-
Method Details
-
setValue
public void setValue(int i) -
set
public void set(int i) -
get
public int get() -
getValue
public int getValue() -
add
public int add(int i) -
mult
public int mult(int i) -
getAndIncr
public int getAndIncr()
-