public class Dob extends IntOrDob
double
data
Dob()
Dob(double data)
IntOrDob
clone()
char
getChar()
getData()
getDouble()
long
getInt()
boolean
getSigned()
int
getSize()
void
setData(double data)
java.lang.String
toString()
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public double data
public Dob()
public Dob(double data)
public void setData(double data)
public double getData()
public boolean getSigned()
getSigned
public int getSize()
getSize
public java.lang.String toString()
toString
public char getChar()
public long getInt()
getInt
public double getDouble()
getDouble
public IntOrDob clone()
clone