|
JOELib Computational Chemistry Package |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjoelib.util.iterator.VectorIterator
Iterator for the standard Vector.
| Constructor Summary | |
VectorIterator(Vector vector)
Constructor for the VectorIterator object |
|
| Method Summary | |
Object |
actual()
Returns the actual Object . |
int |
actualIndex()
Returns the index number ot the sctual Object . |
Object |
clone()
Description of the Method |
boolean |
hasNext()
Description of the Method |
void |
insert(Object newObject)
Description of the Method |
Object |
next()
Description of the Method |
void |
remove()
Description of the Method |
void |
reset()
Description of the Method |
void |
setActualIndex(int index)
Sets the actual index. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public VectorIterator(Vector vector)
vector - Description of the Parameter| Method Detail |
public final void setActualIndex(int index)
index - The new actualIndex valuepublic Object actual()
public final int actualIndex()
public Object clone()
public boolean hasNext()
hasNext in interface Iteratorpublic void insert(Object newObject)
newObject - Description of the Parameterpublic Object next()
next in interface Iteratorpublic void remove()
remove in interface Iteratorpublic void reset()
|
JOELib Computational Chemistry Package Comments and Questions? mail to J.K.Wegner |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||