-
Interface Summary
| Interface |
Description |
| QueueInterface<T> |
An interface for the ADT queue.
|
-
Exception Summary
| Exception |
Description |
| EmptyQueueException |
A class of runtime exceptions thrown by methods to indicate that a queue is
empty.
|
Package queue Description
Provides Carrano code to support a queue data structure.
A Queue Interface and one Queue implementation. This implementation
is coded with a linked node approach.