
Classes | |
| class | SizeOverflowException |
Public Member Functions | |
| boolean | empty () |
| ERQueue (int maxSize) | |
| ERQueue () | |
| int | maxSize () |
| synchronized T | peek () |
| synchronized T | pop () |
| T | push (T item) throws SizeOverflowException |
| synchronized int | search (Object o) |
| void | setMaxSize (int size) |
Protected Attributes | |
| int | _maxSize = 0 |
| ERQueue | ( | ) |
| ERQueue | ( | int | maxSize | ) |
| boolean empty | ( | ) |
| int maxSize | ( | ) |
| synchronized T peek | ( | ) |
| synchronized T pop | ( | ) |
| T push | ( | T | item | ) | throws SizeOverflowException |
| synchronized int search | ( | Object | o | ) |
| void setMaxSize | ( | int | size | ) |
int _maxSize = 0 [protected] |
1.5.8