| Interface | Description |
|---|---|
| FifoQueue<T> |
This interface defines a queue that uses F irst In,
F irst O ut semantics when adding and removing objects.
|
| Class | Description |
|---|---|
| FifoQueueImpl<T> |
This interface defines a queue that uses F irst In,
F irst O ut semantics when adding and removing objects.
|
| Exception | Description |
|---|---|
| FifoQueueException |
The root of all exceptions dealing with queues that implement the
FifoQueue interface. |
Copyright © 2015. All rights reserved.