| java.util.Enumeration<E> |
Known Indirect Subclasses
|
An Enumeration is used to sequence over a collection of objects.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns if this Enumeration has more elements.
| |||||||||||
Returns the next element in this Enumeration.
| |||||||||||
Returns if this Enumeration has more elements.
Returns the next element in this Enumeration.
| NoSuchElementException | when there are no more elements |
|---|