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
    protected Block​(int blockSize)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Object[] arrayCopy()  
    int head()  
    boolean link​(ConcurrentArrayQueue.Block<E> nextBlock)  
    ConcurrentArrayQueue.Block<E> next()  
    E peek​(int index)  
    boolean remove​(int index, java.lang.Object item, boolean updateHead)  
    boolean store​(int index, E item)  
    int tail()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait