ArrayList.LocalListIterator

Undocumented in source.

Members

Functions

add
void add(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
add
void add(String o)
Undocumented in source. Be warned that the author may not have intended to support it.
hasNext
bool hasNext()
Undocumented in source. Be warned that the author may not have intended to support it.
hasPrevious
bool hasPrevious()
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.
nextIndex
int nextIndex()
Undocumented in source. Be warned that the author may not have intended to support it.
previous
Object previous()
Undocumented in source. Be warned that the author may not have intended to support it.
previousIndex
int previousIndex()
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.
set
void set(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

idx_next
int idx_next;
Undocumented in source.

Inherited Members

From ListIterator

add
void add(Object o)
Undocumented in source.
add
void add(String o)
Undocumented in source.
hasNext
bool hasNext()
Undocumented in source.
hasPrevious
bool hasPrevious()
Undocumented in source.
next
Object next()
Undocumented in source.
nextIndex
int nextIndex()
Undocumented in source.
previous
Object previous()
Undocumented in source.
previousIndex
int previousIndex()
Undocumented in source.
remove
void remove()
Undocumented in source.
set
void set(Object o)
Undocumented in source.

Meta