|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ListIterator<AnyType>
ListIterator interface for List interface.
| Method Summary | |
|---|---|
boolean |
hasPrevious()
Tests if there are more items in the collection when iterating in reverse. |
AnyType |
previous()
Obtains the previous item in the collection. |
void |
remove()
Remove the last item returned by next or previous. |
| Methods inherited from interface weiss.util.Iterator |
|---|
hasNext, next |
| Method Detail |
|---|
boolean hasPrevious()
AnyType previous()
void remove()
remove in interface java.util.Iterator<AnyType>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||