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