Class StacksAndQueuesTests
java.lang.Object
|
+--JPF
|
+--StacksAndQueuesTests
- public class StacksAndQueuesTests
- extends JPF
Contains tests for stacks and queues.
- See Also:
- Serialized Form
Method Summary |
static void |
main(String[] args)
Starts the application. |
void |
RunRPNEvaluator()
Runs the RPN evaluator application. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StacksAndQueuesTests
public StacksAndQueuesTests()
main
public static void main(String[] args)
- Starts the application.
RunRPNEvaluator
public void RunRPNEvaluator()
- Runs the RPN evaluator application.