JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.alsUtility
Interface Iterator

All Known Implementing Classes:
VectorIterator

public interface Iterator


Method Summary
 boolean more()
           
 void next()
          move to the next object
 java.lang.Object object()
           
 

Method Detail

more

public boolean more()
Returns:
true if there are more objects to iterator over

next

public void next()
move to the next object


object

public java.lang.Object object()
Returns:
the current object

JavaGenes, NASA Ames. Written largely by Al Globus