private static class ConcurrentCircularArrayQueue.WeakIterator<E>
extends java.lang.Object
implements java.util.Iterator<E>
Modifier and Type | Field and Description |
---|---|
private E[] |
buffer |
private long |
mask |
private E |
nextElement |
private long |
nextIndex |
private long |
pIndex |
Constructor and Description |
---|
WeakIterator(long cIndex,
long pIndex,
long mask,
E[] buffer) |
Modifier and Type | Method and Description |
---|---|
private E |
getNext() |
boolean |
hasNext() |
E |
next() |
void |
remove() |