public class Tester
extends java.lang.Object
| Constructor and Description |
|---|
Tester() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
Test program that performs a series of operations on on a queue and
prints the operation performed, the returned element and the
content of the stack after each operation.
|