Preferably an Iterator should be used. Iterator replaces the Enumeration interface and adds a way to remove elements from a collection.
Returns whether this {@code Enumeration} has more elements.return{@code true} if there are more elements, {@code false} otherwise.see#nextElementsinceAndroid 1.0
Returns the next element in this {@code Enumeration}.returnthe next element..throwsNoSuchElementException if there are no more elements.see#hasMoreElementssinceAndroid 1.0