DRCL J-Sim API

drcl.data
Class NumberObj

java.lang.Object
  extended bydrcl.DrclObj
      extended bydrcl.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

Constructor Summary
NumberObj()
           
 
Method Summary
abstract  byte byteValue()
           
abstract  double doubleValue()
           
abstract  float floatValue()
           
abstract  int intValue()
           
abstract  long longValue()
           
abstract  short shortValue()
           
 
Methods inherited from class drcl.DrclObj
clone, duplicate, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NumberObj

public NumberObj()
Method Detail

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()

DRCL J-Sim API

Copyright © 1998-2003 Distributed Real-time Computing Lab (DRCL). All Rights Reserved.     ~ To J-Sim Home ~