Class ArrayCover

java.lang.Object
  |
  +--ArrayCover

class ArrayCover
extends java.lang.Object


Field Summary
 double[] val
           
 
Constructor Summary
ArrayCover()
           
ArrayCover(double[] a)
           
ArrayCover(int size)
           
ArrayCover(int size, double value)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

val

public double[] val
Constructor Detail

ArrayCover

public ArrayCover()

ArrayCover

public ArrayCover(double[] a)

ArrayCover

public ArrayCover(int size,
                  double value)

ArrayCover

public ArrayCover(int size)