mWaba
Interface Enumeration

All Known Implementing Classes:
SingleEnumeration, VectorEnumeration, EmptyEnumeration

public abstract interface Enumeration


Field Summary
static int Backwards
           
static int Forwards
           
 
Method Summary
 boolean hasMoreElements()
           
 java.lang.Object nextElement()
           
 

Field Detail

Forwards

public static final int Forwards

Backwards

public static final int Backwards
Method Detail

hasMoreElements

public boolean hasMoreElements()

nextElement

public java.lang.Object nextElement()