|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
interface BiIteratorI<E>
Method Summary | |
---|---|
boolean |
atEnd()
|
boolean |
atStart()
|
E |
currentItem()
|
E |
first()
Moves cursor to the first element f of the collection. |
void |
insert(E o)
Destructively inserts the object o immediately before the current item. |
E |
last()
Places the cursor on the last element l of the collection. |
E |
next()
Moves cursor to the next element n of the collection. |
E |
prev()
Moves cursor to the previous element p of the collection. |
E |
remove()
Removes the current item. |
Method Detail |
---|
E first()
E last()
E next()
E prev()
boolean atEnd()
boolean atStart()
E currentItem()
IteratorException
- if no such element exists.void insert(E o)
E remove()
an
- IteratorException if the cursor is atEnd().
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |