Package org.eclipse.jetty.util
Class ConcurrentArrayQueue.Block<E>
java.lang.Object
org.eclipse.jetty.util.ConcurrentArrayQueue.Block<E>
- Enclosing class:
- ConcurrentArrayQueue<T>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Block
protected Block(int blockSize)
-
-
Method Details
-
peek
-
store
-
remove
-
next
-
link
-
head
public int head() -
tail
public int tail() -
arrayCopy
-