Package antlr.collections.impl
Class VectorEnumeration
- java.lang.Object
-
- antlr.collections.impl.VectorEnumeration
-
- All Implemented Interfaces:
Enumeration
class VectorEnumeration extends Object implements Enumeration
-
-
Constructor Summary
Constructors Constructor Description VectorEnumeration(Vector v)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasMoreElements()
Object
nextElement()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Enumeration
asIterator
-
-
-
-
Field Detail
-
vector
Vector vector
-
i
int i
-
-
Constructor Detail
-
VectorEnumeration
VectorEnumeration(Vector v)
-
-
Method Detail
-
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements
in interfaceEnumeration
-
nextElement
public Object nextElement()
- Specified by:
nextElement
in interfaceEnumeration
-
-