codesimian
Class CDQ.Doubles

java.lang.Object
  extended by codesimian.CDQ.Doubles
Enclosing class:
CDQ

public static class CDQ.Doubles
extends java.lang.Object

its inefficient (but easy to code) to use a class for each data point instead of 2 array indexs


Field Summary
 CDQ.Doubles next
           
 double size
           
 double value
           
 
Constructor Summary
CDQ.Doubles(double val, double siz)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public double value

size

public double size

next

public CDQ.Doubles next
Constructor Detail

CDQ.Doubles

public CDQ.Doubles(double val,
                   double siz)