Impl.Types
Class TripleDash
java.lang.Object
  
Impl.Types.TripleDash
- All Implemented Interfaces: 
 - Writable
 
public class TripleDash
- extends java.lang.Object
- implements Writable
  
Test data structure class
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
foo2
private int[] foo2
dd1
private DoubleDash dd1
dd2
private DoubleDash dd2
bar
private int bar
TripleDash
public TripleDash(DoubleDash dd1,
                  DoubleDash dd2,
                  int[] foo2)
TripleDash
public TripleDash(double d1,
                  float f1,
                  double d2,
                  float f2,
                  int[] foo2)
getDD
public DoubleDash getDD(int i)
 
 
setDD
public void setDD(int i,
                  DoubleDash dd)
 
 
toString
public java.lang.String toString()
- Overrides:
 toString in class java.lang.Object
 
 
equals
public boolean equals(int[] foobar)
 
 
read
public void read(SerialIn in)
          throws java.io.IOException,
                 java.lang.ClassNotFoundException,
                 java.lang.InstantiationException,
                 java.lang.IllegalAccessException,
                 java.lang.reflect.InvocationTargetException
- Specified by:
 read in interface Writable
 
- Throws:
 java.io.IOException
java.lang.ClassNotFoundException
java.lang.InstantiationException
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException
 
write
public void write(SerialOut out)
           throws java.io.IOException,
                  java.lang.IllegalAccessException,
                  java.lang.reflect.InvocationTargetException,
                  CTLException
- Specified by:
 write in interface Writable
 
- Throws:
 java.io.IOException
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException
CTLException