|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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. |
java.lang.Object |
nextElement()
Answers the next element in this Enumeration. |
Method Detail |
public boolean hasMoreElements()
nextElement()
public java.lang.Object nextElement()
NoSuchElementException
- when there are no more elementshasMoreElements()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |