| Interface | Description |
|---|---|
| PureStack<E> |
An interface for a PureStack, that is, a stack that only allows operations
on the top of the stack.
|
| Class | Description |
|---|---|
| ArrayPureStack<E> |
Class: ArrayPureStack.
|
| BinaryNode<E> |
Basic node for a binary tree with element, left and right fields.
|
| DoubleScanner |
Class: DoubleScanner.
|
| EasyFormat |
This class provides easy to use formatting methods.
|
| ExprEvaluator |
Beta 6.0
|
| ExprEvaluatorTest |
Test application program for ExprEvaluator.java.
|
| ExprTree |
Class: ExprTree.
|
| InfixEvalDemo |
An applet which demonstrates the abilities of the buildFromInfix and
evaluate methods in the ExprEvaluator package.
|
| TableExample1 |
Class: TableExample1.
|
| TableExample2 |
Class: TableExample2.
|
| TableExample3 |
Class: TableExample3.
|
| TableExample4 |
Class: TableExample4.
|
| TrivialExample | |
| TrivialExample1 |
Class: TrivialExample1.
|
| TrivialExample2 |
Class: TrivialExample2.
|
| TrivialExample3 |
Class: TrivialExample3.
|
| TrivialExample4 |
Class: TrivialExample4.
|
| TrivialExample5 |
Class: TrivialExample5.
|
| TrivialExample6 |
Class: TrivialExample6.
|