|
JavaGenes, NASA Ames. Written largely by Al Globus | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.alsUtility.VectorIterator
Field Summary | |
protected int |
place
the index of the next element |
protected java.util.Vector |
vector
the vector to iterate over |
Constructor Summary | |
VectorIterator(java.util.Vector v)
|
Method Summary | |
boolean |
more()
are there any more objects to iterate over? |
void |
next()
move to the next element |
java.lang.Object |
object()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.util.Vector vector
protected int place
Constructor Detail |
public VectorIterator(java.util.Vector v)
v
- the vector to iterate over.Method Detail |
public boolean more()
more
in interface Iterator
public void next()
next
in interface Iterator
public java.lang.Object object()
object
in interface Iterator
|
JavaGenes, NASA Ames. Written largely by Al Globus | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |