|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BiIteratorI<T>
An iterator that traverses a collection of objects of type T in either direction possibly modifying it.
Method Summary | |
---|---|
void |
last()
Puts the cursor on the last element of the collection. |
void |
prev()
Puts the cursor on the previous element of the collection. |
Methods inherited from interface edu.rice.comp211.laundry.iterator.IteratorI |
---|
insert, remove |
Methods inherited from interface edu.rice.comp211.laundry.iterator.ReadIteratorI |
---|
atEnd, atStart, currentItem, first, next |
Method Detail |
---|
void last()
void prev()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |