| Package | Description |
|---|---|
| net.anotheria.util.queue |
| Modifier and Type | Method and Description |
|---|---|
void |
QueuedProcessor.addToQueue(T aElement)
Default method to add an element to the queue.
|
void |
QueuedProcessor.addToQueueDontWait(T aElement)
Inserts the specified element at the tail of the processing queue if the queue is not full
|
Copyright © 2010-2014 anotheria.net. All Rights Reserved.