rac
Class ALRSRACFactory<T>

java.lang.Object
  extended by rac.ALRSRACFactory<T>
All Implemented Interfaces:
IRACFactory<T>
Direct Known Subclasses:
LRSQueueFactory, LRSStackFactory, PQComparatorRACFactory, RandomRACFactory

public abstract class ALRSRACFactory<T>
extends java.lang.Object
implements IRACFactory<T>

Implements a factory for restricted access containers. These restricted access containers are implemented using an LRStruct to hold the data objects.


Nested Class Summary
protected  class ALRSRACFactory.LRSRAContainer<T>
          Implements a general-purpose restricted access container using an LRStruct.
 
Constructor Summary
ALRSRACFactory()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface rac.IRACFactory
makeRAC
 

Constructor Detail

ALRSRACFactory

public ALRSRACFactory()