drcl.data
Class NumberObj
java.lang.Object
drcl.DrclObj
drcl.data.NumberObj
- All Implemented Interfaces:
- java.lang.Cloneable, ObjectCloneable, ObjectDuplicable, java.io.Serializable
- Direct Known Subclasses:
- DoubleObj, IntObj, LongObj
- public abstract class NumberObj
- extends DrclObj
Class that is similar to Long but is mutable.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NumberObj
public NumberObj()
byteValue
public abstract byte byteValue()
floatValue
public abstract float floatValue()
doubleValue
public abstract double doubleValue()
intValue
public abstract int intValue()
longValue
public abstract long longValue()
shortValue
public abstract short shortValue()
Copyright © 1998-2003 Distributed Real-time Computing Lab (DRCL). All Rights Reserved. ~ To J-Sim Home ~