Method Summary |
|
void | add(boolean v) Adds a specified element to the list at this iterator's
current position. |
boolean | hasPrevious() Indicates whether more boolean values can be returned by this
iterator by calling previous(). |
int | nextIndex() Returns the index of the element that would be returned by
a call to next(). |
boolean | previous() Returns the previous boolean value of this iterator. |
int | previousIndex() Returns the index of the element that would be returned by
a call to previous(). |
void | set(boolean v) Sets the last element returned to a specified value. |