JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.alsUtility
Class IncrementIterator

java.lang.Object
  extended bygov.nasa.alsUtility.IncrementIterator
All Implemented Interfaces:
java.io.Serializable

public class IncrementIterator
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
IncrementIterator(double start, double end, int number)
           
 
Method Summary
 void increment()
           
 boolean more()
           
 double value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IncrementIterator

public IncrementIterator(double start,
                         double end,
                         int number)
Method Detail

more

public boolean more()

increment

public void increment()

value

public double value()

JavaGenes, NASA Ames. Written largely by Al Globus