Method Summary |
|
public void | add(Named n) Adds an element at the end of the iterator-list. |
public void | add(NamedIterator it) Adds all elements of the NamedIterator to this. |
public void | addHere(Named n) Adds an element at the current position. |
public Object | clone() |
public Named | find(String n) Get an element by name. |
Vector | getVector() Gets the orignal Vector that stores the iterator-list. |
public boolean | hasMore() Tests whether there are more elements that can beretrieved using next() . |
public boolean | isReadOnly() Tests whether elements can be added to or removed from this iterator. |
void | lockReadonly() Set this iterator to read-only mode. |
public Named | next() Get next element. |
public void | remove(Named n) Removes an element from the iterator-list. |
public void | removeAll() Removes all elements from the iterator-list. |
public void | reset() Sets the iterator back to element position 0. |
public int | size() Returns the number of elements in the iterator-list. |