Wiki Markup |
---|
According to the Java API \[[API 06|AA. Java References#API 06]\], Interfaceinterface {{Enumeration}} Documentationdocumentation: |
An object that implements the
Enumeration
interface generates a series of elements, one at a time. Successive calls to thenextElement
method return successive elements of the series.
...