com.threerings.expr
Class MutableLong
java.lang.Object
com.threerings.expr.MutableLong
public class MutableLong
- extends Object
A mutable equivalent to Long.
|
Field Summary |
long |
value
The value of this variable. |
|
Constructor Summary |
MutableLong()
Creates a mutable long with a value of zero. |
MutableLong(long value)
Creates a mutable long with the supplied value. |
value
public long value
- The value of this variable.
MutableLong
public MutableLong(long value)
- Creates a mutable long with the supplied value.
MutableLong
public MutableLong()
- Creates a mutable long with a value of zero.
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object other)
- Overrides:
equals in class Object
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2011. All Rights Reserved.