Public Member Functions | |
ArrayEnum (Object[] array) | |
Object | nextElement () |
boolean | hasMoreElements () |
Private Attributes | |
Object[] | array = null |
int | index = 0 |
Enumeration
interface. Used by the NodeImpl
. Iterates over an array of objects.
|
Constructs a new iteration for the specified array argument.
|
|
Returns
|
|
Returns the next element of the array.
|
|
|
|
|