Package org.eclipse.jetty.util
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
public boolean hasNext() -
next
-
hasPrevious
public boolean hasPrevious()- Specified by:
hasPrevious
in interfaceListIterator<E>
-
previous
- Specified by:
previous
in interfaceListIterator<E>
-
nextIndex
public int nextIndex()- Specified by:
nextIndex
in interfaceListIterator<E>
-
previousIndex
public int previousIndex()- Specified by:
previousIndex
in interfaceListIterator<E>
-
remove
public void remove() -
set
- Specified by:
set
in interfaceListIterator<E>
-
add
- Specified by:
add
in interfaceListIterator<E>
-