public class ElementIterator<E>
extends java.lang.Object
implements java.util.Iterator<E>
| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.Vector<E> |
elements |
| Constructor and Description |
|---|
ElementIterator(java.util.Vector<E> elements) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
E |
next() |