Package rac

Interface Summary
IRACFactory<T> Abstract Factory to manufacture RACs.
IRAContainer<T> Defines the interface for a restricted access container.
IRACVisitor<T,R,P> Visitor on a RAC.
 

Class Summary
ALRSRACFactory<T> Implements a factory for restricted access containers.
LRSQueueFactory<T> FIFO RAC
LRSStackFactory<T> LIFO RAC.
PQComparatorRACFactory<T extends Comparable<T>>  
RandomRACFactory<T>