|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--StacksAndQueuesFactory
Creates objects for use in the stacks and queues application.
Constructor Summary | |
StacksAndQueuesFactory()
|
Method Summary | |
static IInfixToRPN |
createInfixToRPN()
Creates a new object of type IInfixToRPN. |
static IQueue |
createQueue()
Creates a new object of type IQueue. |
static IRPNEvaluator |
createRPNEvaluator()
Creates a new object of type IRPNEvaluator. |
static IStack |
createStack()
Creates a new object of type IStack. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StacksAndQueuesFactory()
Method Detail |
public static IStack createStack()
public static IQueue createQueue()
public static IRPNEvaluator createRPNEvaluator()
public static IInfixToRPN createInfixToRPN()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |