JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.alsUtility
Class MinMaxes

java.lang.Object
  extended bygov.nasa.alsUtility.MinMaxes

public class MinMaxes
extends java.lang.Object


Field Summary
protected  DoubleInterval[] intervals
           
 
Constructor Summary
MinMaxes()
           
 
Method Summary
 void add(double[] array)
           
 DoubleInterval getDoubleInterval(int i)
          do not modify return value
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

intervals

protected DoubleInterval[] intervals
Constructor Detail

MinMaxes

public MinMaxes()
Method Detail

add

public void add(double[] array)

getDoubleInterval

public DoubleInterval getDoubleInterval(int i)
do not modify return value


size

public int size()

JavaGenes, NASA Ames. Written largely by Al Globus