mWaba
Class VectorEnumeration

java.lang.Object
  |
  +--mWaba.VectorEnumeration

public class VectorEnumeration
extends java.lang.Object
implements Enumeration


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

Field Detail

curItem

protected int curItem

vector

protected Vector vector

direction

protected int direction
Constructor Detail

VectorEnumeration

public VectorEnumeration(Vector v,
                         int dir)
Method Detail

hasMoreElements

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

nextElement

public java.lang.Object nextElement()
Specified by:
nextElement in interface Enumeration