Class BlockingArrayQueue.Itr
java.lang.Object
org.eclipse.jetty.util.BlockingArrayQueue.Itr
- All Implemented Interfaces:
Iterator<E>, ListIterator<E>
- Enclosing class:
BlockingArrayQueue<E>
-
Field Details
-
_elements
-
_cursor
private int _cursor
-
-
Constructor Details
-
Itr
-
-
Method Details
-
hasNext
-
next
-
hasPrevious
public boolean hasPrevious()- Specified by:
hasPreviousin interfaceListIterator<E>
-
previous
- Specified by:
previousin interfaceListIterator<E>
-
nextIndex
public int nextIndex()- Specified by:
nextIndexin interfaceListIterator<E>
-
previousIndex
public int previousIndex()- Specified by:
previousIndexin interfaceListIterator<E>
-
remove
-
set
- Specified by:
setin interfaceListIterator<E>
-
add
- Specified by:
addin interfaceListIterator<E>
-