Enumeration (Java Platform SE 6) - Oracle Software Downloads | Oracle Technology Network | Oracle
public interface Enumeration An object that implements the Enumeration interface generates a series of elements, one at a time. Successive calls to the nextElement method return successive elements of the series. For example, to print all elements of a Ve...