|
Final | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface Enumeration<T>
An Enumeration is used to sequence over a collection of objects.
Hashtable,
Properties,
Vector| Method Summary | |
|---|---|
boolean |
hasMoreElements()
Answers if this Enumeration has more elements. |
T |
nextElement()
Answers the next element in this Enumeration. |
| Method Detail |
|---|
boolean hasMoreElements()
nextElement()T nextElement()
NoSuchElementException - when there are no more elementshasMoreElements()
|
Final | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||