Method Summary |
|
void | add(byte v) Adds a specified element to the list at this iterator's
current position. |
boolean | hasPrevious() Indicates whether more byte 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(). |
byte | previous() Returns the previous byte value of this iterator. |
int | previousIndex() Returns the index of the element that would be returned by
a call to previous(). |
void | set(byte v) Sets the last element returned to a specified value. |