Package org.eclipse.jetty.util
Class ConcurrentArrayQueue.Block<E>
java.lang.Object
org.eclipse.jetty.util.ConcurrentArrayQueue.Block<E>
- Enclosing class:
- ConcurrentArrayQueue<T>
protected static final class ConcurrentArrayQueue.Block<E>
extends java.lang.Object
-
Constructor Summary
Constructors Modifier Constructor Description protectedBlock(int blockSize) -
Method Summary
Modifier and Type Method Description java.lang.Object[]arrayCopy()inthead()booleanlink(ConcurrentArrayQueue.Block<E> nextBlock)ConcurrentArrayQueue.Block<E>next()Epeek(int index)booleanremove(int index, java.lang.Object item, boolean updateHead)booleanstore(int index, E item)inttail()