|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.generic.util.LinkedListInt.Iterator
LinkedList iterator class
| Constructor Summary | |
protected |
LinkedListInt.Iterator()
Constructor. |
| Method Summary | |
boolean |
hasNext()
Tests whether there is a next element after the current element that the iterator points to. |
int |
next()
Returns the next element from the iterator. |
protected int |
nextIndex()
Returns the next index of the iterator (if any). |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected LinkedListInt.Iterator()
| Method Detail |
public boolean hasNext()
ListModifiedException - thrown if a
modification of the array was detected.public int next()
ListModifiedException - thrown if a
modification of the array was detected.protected int nextIndex()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||