antlr.collections.impl
Class VectorEnumeration
java.lang.Object
antlr.collections.impl.VectorEnumeration
- All Implemented Interfaces:
- Enumeration
class VectorEnumeration
- extends Object
- implements Enumeration
Field Summary |
(package private) int |
i
|
(package private) Vector |
vector
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
vector
Vector vector
i
int i
VectorEnumeration
VectorEnumeration(Vector v)
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements
in interface Enumeration
nextElement
public Object nextElement()
- Specified by:
nextElement
in interface Enumeration