Interface | Description |
---|---|
CircularQueue<E> |
Definition of interface queue that maintains the queue size by removing elements from the head of the queue if the capacity is violated.
|
Class | Description |
---|---|
AppInfo |
Helper class that provides common application information
|