boolean hasMoreElements() Object nextElement()
Enumeration e = table.elements(); while(e.hasMoreElements()) doSomething(e.nextElement());