rac
Class LRSStackFactory<T>

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

public class LRSStackFactory<T>
extends ALRSRACFactory<T>

LIFO RAC.


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

Constructor Detail

LRSStackFactory

public LRSStackFactory()
Method Detail

makeRAC

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