Class IntRef
java.lang.Object
net.hl.lang.IntRef
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IntRef
public IntRef(int intValue)
-
-
Method Details
-
getInt
public int getInt() -
setInt
public void setInt(int intValue) -
inc
public void inc() -
dec
public void dec() -
get
-
set
-
toString
-