public class CMutableLong extends java.lang.Object
CMutableLong()
CReturnNumber
CMutableLong(long longValue)
void
decrement()
long
getLong()
increment()
setLong(long longValue)
java.lang.String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public CMutableLong()
public CMutableLong(long longValue)
public java.lang.String toString()
toString
java.lang.Object
public void increment()
public void decrement()
public long getLong()
public void setLong(long longValue)