Package | Description |
---|---|
net.sf.mmm.util.collection.base |
Contains public implementations of the
Collection-Util API . |
net.sf.mmm.util.event.base |
Contains the abstract base-implementation of the
event-handling API . |
net.sf.mmm.util.event.impl |
Contains the implementation of the event API.
|
Modifier and Type | Class and Description |
---|---|
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 . |
Modifier and Type | Field and Description |
---|---|
static QueueFactory |
LinkedListQueueFactory.INSTANCE
The singleton instance.
|
static QueueFactory |
ConcurrentLinkedQueueFactory.INSTANCE
The singleton instance.
|
Constructor and Description |
---|
AbstractEventBus(QueueFactory queueFactory,
MapFactory<?> mapFactory)
The constructor.
|
Constructor and Description |
---|
EventBusImpl(QueueFactory queueFactory,
MapFactory<?> mapFactory)
The constructor.
|
Copyright © 2001–2016 mmm-Team. All rights reserved.