API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.util. Enumeration View Source
Author(s)
Lee Boynton
Since
JDK1.0
Version
1.24, 11/17/05
Serial
Hierarchy
 Enumeration
Subinterfaces
Description
public interface Enumeration
  An object that implements the Enumeration interface generates a series of elements, one at a time.
Methods
Hide/Show inherited methods
public boolean hasMoreElements ()
  Tests if this enumeration contains more elements.
public E nextElement ()
  Returns the next element of this enumeration if this enumeration object has at least one more element to provide.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar