Uses of Interface
IRPNEvaluator

Uses of IRPNEvaluator in
 

Classes in Default Package that implement IRPNEvaluator
 class RPNEvaluatorSolution
          IRPNEvaluator solution that uses a stack and a queue to process the tokens of the expression
 

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