rac
Class LRSQueueFactory<T>

java.lang.Object
  extended by rac.ALRSRACFactory<T>
      extended by rac.LRSQueueFactory<T>
All Implemented Interfaces:
IRACFactory<T>

public class LRSQueueFactory<T>
extends ALRSRACFactory<T>

FIFO RAC


Nested Class Summary
 
Nested classes/interfaces inherited from class rac.ALRSRACFactory
ALRSRACFactory.LRSRAContainer<T>
 
Constructor Summary
LRSQueueFactory()
           
 
Method Summary
 IRAContainer<T> makeRAC()
          Create a ``first-in, first-out'' (FIFO) container.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LRSQueueFactory

public LRSQueueFactory()
Method Detail

makeRAC

public IRAContainer<T> makeRAC()
Create a ``first-in, first-out'' (FIFO) container.