arche
Class StorageFactory

java.lang.Object
  |
  +--arche.StorageFactory

public class StorageFactory
extends java.lang.Object


Constructor Summary
StorageFactory()
           
 
Method Summary
static Queue createQueue(int size)
           
static Register createRegister()
           
static Stack createStack(int size)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

StorageFactory

public StorageFactory()
Method Detail

createRegister

public static Register createRegister()

createStack

public static Stack createStack(int size)

createQueue

public static Queue createQueue(int size)