|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ix.util.lisp.LListIterator
public class LListIterator
An implementation of Iterator for LLists.
Field Summary | |
---|---|
protected LList |
at
|
Constructor Summary | |
---|---|
LListIterator(LList list)
|
|
LListIterator(LListIterator i)
|
Method Summary | |
---|---|
LList |
getTail()
Returns the tail of the list that corresponds to the iterator's current position. |
boolean |
hasNext()
|
java.lang.Object |
next()
|
void |
remove()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected LList at
Constructor Detail |
---|
public LListIterator(LList list)
public LListIterator(LListIterator i)
Method Detail |
---|
public LList getTail()
public boolean hasNext()
hasNext
in interface java.util.Iterator
public java.lang.Object next()
next
in interface java.util.Iterator
public void remove()
remove
in interface java.util.Iterator
java.lang.UnsupportedOperationException
- if called.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |