ext.number
Class ValLong
java.lang.Object
ext.number.Value
ext.number.ValLong
- All Implemented Interfaces:
- java.lang.Comparable<Value>
public class ValLong
- extends Value
Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MIN_VALUE
public static final ValLong MIN_VALUE
MAX_VALUE
public static final ValLong MAX_VALUE
ZERO
public static final ValLong ZERO
ValLong
public ValLong(long value)
ValLong
public ValLong(ValLong src)
add
public ValLong add(Value right)
- Specified by:
add
in class Value
substract
public ValLong substract(Value right)
- Specified by:
substract
in class Value
compareTo
public int compareTo(Value right)
rand
public ValLong rand()
- Specified by:
rand
in class Value
rand
public ValLong rand(Value upperBound)
- Specified by:
rand
in class Value
equals
public boolean equals(java.lang.Object right)
- Specified by:
equals
in class Value
clone
public ValLong clone()
- Specified by:
clone
in class Value
toString
public java.lang.String toString()
- Specified by:
toString
in class Value
opposite
public ValLong opposite()
- Specified by:
opposite
in class Value
multiply
public ValLong multiply(java.lang.Number right)
- Specified by:
multiply
in class Value