Example usage for Java java.util Enumeration fields, constructors, methods, implement or subclass
The text is from its open source code.
Class> | getClass() Returns the runtime class of this Object . |
boolean | hasMoreElements() Tests if this enumeration contains more elements. |
E | nextElement() Returns the next element of this enumeration if this enumeration object has at least one more element to provide. |
String | toString() Returns a string representation of the object. |