antlr.collections.impl
Class VectorEnumeration

java.lang.Object
  extended byantlr.collections.impl.VectorEnumeration
All Implemented Interfaces:
Enumeration

class VectorEnumeration
extends Object
implements Enumeration


Field Summary
(package private)  int i
           
(package private)  Vector vector
           
 
Constructor Summary
(package private) VectorEnumeration(Vector v)
           
 
Method Summary
 boolean hasMoreElements()
           
 Object nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vector

Vector vector

i

int i
Constructor Detail

VectorEnumeration

VectorEnumeration(Vector v)
Method Detail

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface Enumeration

nextElement

public Object nextElement()
Specified by:
nextElement in interface Enumeration