All Packages Class Hierarchy This Package Previous Next Index
Class PREDATOR.ADT.DoubleObject
java.lang.Object
|
+----PREDATOR.ADT.DataObject
|
+----PREDATOR.ADT.DoubleObject
- public class DoubleObject
- extends DataObject
Encapsulates all in-memory data regarding a double ADT object.
- See Also:
- ADT_double
-
DoubleObject()
-
-
toString(ADTMetaInfo)
- Prints the value of the double
DoubleObject
public DoubleObject()
toString
public String toString(ADTMetaInfo MetaInfo)
- Prints the value of the double
- Parameters:
- MetaInfo - The meta-info for this object
- Returns:
- A string holding the value of the double
- Overrides:
- toString in class DataObject
All Packages Class Hierarchy This Package Previous Next Index