Uses of Class
org.apache.excalibur.event.impl.FixedSizeQueue

Packages that use FixedSizeQueue
org.apache.excalibur.event.impl   
 

Uses of FixedSizeQueue in org.apache.excalibur.event.impl
 

Fields in org.apache.excalibur.event.impl declared as FixedSizeQueue
private  FixedSizeQueue FixedSizeQueue.FixedSizePreparedEnqueue.m_parent
           
 

Constructors in org.apache.excalibur.event.impl with parameters of type FixedSizeQueue
FixedSizeQueue.FixedSizePreparedEnqueue(FixedSizeQueue parent, java.lang.Object[] elements)