Uses of Interface
IStack

Uses of IStack in
 

Classes in Default Package that implement IStack
 class VectorStackSolution
          IStack implementation using a Java Vector to hold its elements.
 

Fields in Default Package declared as IStack
protected  IStack RPNEvaluatorSolution.operands
          Stack used to hold operands during evaluation.
 

Methods in Default Package that return IStack
static IStack StacksAndQueuesFactory.createStack()
          Creates a new object of type IStack.