|
Java™ by example!
|
|
|
|
Become a member to observe this category
|
|
Enumeration
The Enumeration interface has been around since the first version of Java. Since 1.2, Sun recommends using another interface called Iterator that provides the same functionality but has shorter method names and a extremely useful remove method, to be implemented by the class that implements Iterator. Check out the example programs for more information!
Subcategories
Questions & Answers
= answered, = unanswered
General:
What is the purpose of the Enumeration interface?
Further Information (sorted alphabetically)
Api's:
Related Links:
|
|
|
|
|