public class CMutableLong
extends java.lang.Object
Constructor and Description |
---|
CMutableLong()
Construct a
CReturnNumber object. |
CMutableLong(long longValue) |
Modifier and Type | Method and Description |
---|---|
void |
decrement() |
long |
getLong() |
void |
increment() |
void |
setLong(long longValue)
Set the long
|
java.lang.String |
toString() |