ArrayList.LocalIterator

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

hasNext
bool hasNext()
Undocumented in source. Be warned that the author may not have intended to support it.
next
Object next()
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

idx
int idx;
Undocumented in source.

Inherited Members

From Iterator

hasNext
bool hasNext()
Undocumented in source.
next
Object next()
Undocumented in source.
remove
void remove()
Undocumented in source.

Meta