|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectlapisx.enum.ArrayEnumeration
Enumeration of an arbitrary array.
| Constructor Summary | |
ArrayEnumeration(Object[] array)
Make an ArrayEnumeration. |
|
| Method Summary | |
boolean |
hasMoreElements()
Test if enumeration has reached end. |
Object |
nextElement()
Get next element of enumeration. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ArrayEnumeration(Object[] array)
array - Array to enumerate. May be null, if desired.
(This is sometimes useful for producing an empty enumeration.)| Method Detail |
public boolean hasMoreElements()
hasMoreElements in interface Enumerationpublic Object nextElement()
nextElement in interface EnumerationNoSuchElementException - if no more elements
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||