Impl.Types
Class DoubleDash
java.lang.Object
   Impl.Types.DoubleDash
Impl.Types.DoubleDash
- All Implemented Interfaces: 
- Writable
- public class DoubleDash 
- extends java.lang.Object- implements Writable
Test data structure class
| Field Summary | 
| private  double | d
 | 
| private  float | f
 | 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
d
private double d
f
private float f
DoubleDash
public DoubleDash()
DoubleDash
public DoubleDash(double d,
                  float f)
getDouble
public double getDouble()
- 
 
- 
 
getFloat
public float getFloat()
- 
 
- 
 
setDouble
public void setDouble(double d)
- 
 
- 
 
setFloat
public void setFloat(float f)
- 
 
- 
 
equals
public boolean equals(DoubleDash d)
- 
 
- 
 
toString
public java.lang.String toString()
- 
- Overrides:
- toStringin class- java.lang.Object
 
- 
 
read
public void read(SerialIn in)
          throws java.io.IOException,
                 java.lang.ClassNotFoundException
- 
- Specified by:
- readin interface- Writable
 
- 
- Throws:
- java.io.IOException
- java.lang.ClassNotFoundException
 
write
public void write(SerialOut out)
           throws java.io.IOException
- 
- Specified by:
- writein interface- Writable
 
- 
- Throws:
- java.io.IOException