Method Summary |
|
public void | close() Closes this enumeration. |
public boolean | hasMore() Determines whether there are any more elements in the enumeration. |
public boolean | hasMoreElements() Tests if this enumeration contains more elements. |
public Object | next() Retrieves the next element in the enumeration. |
public Object | nextElement() Returns the next element of this enumeration if this enumeration object
has at least one more element to provide. |