class VectorEnumeration extends Object implements Enumeration
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
i |
(package private) Vector |
vector |
| Constructor and Description |
|---|
VectorEnumeration(Vector v) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasMoreElements() |
Object |
nextElement() |
Vector vector
int i
VectorEnumeration(Vector v)
public boolean hasMoreElements()
hasMoreElements in interface Enumerationpublic Object nextElement()
nextElement in interface Enumeration