ix.util.context
Class LLQueue.LLQueueListIterator

java.lang.Object
  extended by ix.util.lisp.LListIterator
      extended by ix.util.lisp.LListListIterator
          extended by ix.util.context.LLQueue.LLQueueListIterator
All Implemented Interfaces:
java.util.Iterator, java.util.ListIterator
Enclosing class:
LLQueue<E>

protected static class LLQueue.LLQueueListIterator
extends LListListIterator

ListIterator that doesn't allow any modification.


Field Summary
 
Fields inherited from class ix.util.lisp.LListListIterator
index, list, setPoint
 
Fields inherited from class ix.util.lisp.LListIterator
at
 
Constructor Summary
LLQueue.LLQueueListIterator(LList list, int start)
           
 
Method Summary
 void set(java.lang.Object o)
          Always throws an UnsupportedOperationException.
 
Methods inherited from class ix.util.lisp.LListListIterator
add, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove, theCdrBefore
 
Methods inherited from class ix.util.lisp.LListIterator
getTail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LLQueue.LLQueueListIterator

public LLQueue.LLQueueListIterator(LList list,
                                   int start)
Method Detail

set

public void set(java.lang.Object o)
Always throws an UnsupportedOperationException.

Specified by:
set in interface java.util.ListIterator
Overrides:
set in class LListListIterator