Package | Description |
---|---|
horstmann.ch03_queue |
Modifier and Type | Field and Description |
---|---|
private Message[] |
MessageQueue.elements |
Modifier and Type | Method and Description |
---|---|
Message |
MessageQueue.peek()
Get message at head.
|
Message |
MessageQueue.remove()
Remove message at head.
|
Modifier and Type | Method and Description |
---|---|
void |
MessageQueue.add(Message aMessage)
Append a message at tail.
|