java.util

Interface Enumeration<E>

public interface Enumeration<E>

Method Summary
booleanhasMoreElements()
EnextElement()

Method Detail

hasMoreElements

public boolean hasMoreElements()

nextElement

public E nextElement()