|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Enhanced ListIterator with methods for dealing with lists without ends.
| Method Summary | |
java.lang.Object |
current()
Gets the last object returned by the last call to next or previous. |
boolean |
isEmpty()
Tests to see if the collection the iterator refers to has no elements. |
| Methods inherited from interface java.util.ListIterator |
add, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove, set |
| Method Detail |
public java.lang.Object current()
public boolean isEmpty()
true when the iterator is iterating
over an empty collection
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||