|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecttools.List.ListIterator
public class List.ListIterator
| Constructor Summary | |
|---|---|
List.ListIterator()
|
|
| Method Summary | |
|---|---|
void |
add(java.lang.Object o)
|
void |
advance()
|
boolean |
canAdvance()
|
java.lang.Object |
getValue()
|
void |
remove()
|
void |
replaceValue(java.lang.Object d)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public List.ListIterator()
| Method Detail |
|---|
public boolean canAdvance()
canAdvance in interface GeneralIterator
public void advance()
throws EmptyListException
advance in interface GeneralIteratorEmptyListException
public java.lang.Object getValue()
throws EmptyListException
getValue in interface GeneralIteratorEmptyListException
public void replaceValue(java.lang.Object d)
throws EmptyListException
replaceValue in interface GeneralIteratorEmptyListExceptionpublic void add(java.lang.Object o)
add in interface GeneralIterator
public void remove()
throws EmptyListException
remove in interface GeneralIteratorEmptyListException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||