|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueueFactory | |
|---|---|
| net.sf.mmm.util.collection.base | Contains public implementations of the
Collection-Util API. |
| Uses of QueueFactory in net.sf.mmm.util.collection.base |
|---|
| Classes in net.sf.mmm.util.collection.base that implement QueueFactory | |
|---|---|
class |
AbstractQueueFactory
This is the abstract base implementation of the QueueFactory
interface. |
class |
ConcurrentLinkedQueueFactory
This is an implementation of the QueueFactory interface that creates
instances of ConcurrentLinkedQueue. |
class |
LinkedListQueueFactory
This is an implementation of the QueueFactory interface that creates
instances of LinkedList. |
| Fields in net.sf.mmm.util.collection.base declared as QueueFactory | |
|---|---|
static QueueFactory |
LinkedListQueueFactory.INSTANCE
The singleton instance. |
static QueueFactory |
ConcurrentLinkedQueueFactory.INSTANCE
The singleton instance. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||