| Package | Description |
|---|---|
| net.anotheria.util.queue |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ITimestampedQueue<T>
A queue that stores timestamps of operations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
QueueImpl<T>
An implementation of the IQueue interface.
|
class |
TimestampedQueueImpl<T>
Same as normal queue, but with timestamps for last put and get operations.
|
| Modifier and Type | Method and Description |
|---|---|
IQueue<T> |
StandardQueueFactory.createQueue(int size) |
IQueue<T> |
IQueueFactory.createQueue(int size)
Creates a new queue of the given size.
|
Copyright © 2010-2014 anotheria.net. All Rights Reserved.