Package | Description |
---|---|
jhelp.util.thread |
Thread management
|
Modifier and Type | Field and Description |
---|---|
private java.util.PriorityQueue<MessageHandler.Message<MESSAGE>> |
MessageHandler.priorityQueue
Queue of messages to give
|
Modifier and Type | Method and Description |
---|---|
int |
MessageHandler.Message.compareTo(MessageHandler.Message<ELEMENT> message)
Compare with an other message, to know if this message must be receive before, after or in same time
Parent documentation: |