The Enumeration interface isn't itself a data structure, but it is very
important within the context of other data structures. The Enumeration
interface defines a means to retrieve successive elements from a data
structure.
For example, Enumeration defines a method called nextElement that is used to get the next element in a data structure that contains multiple elements.
For example, Enumeration defines a method called nextElement that is used to get the next element in a data structure that contains multiple elements.
0 comments:
Post a Comment