| Package | Description |
|---|---|
| org.eclipse.net4j.util.container.delegate |
Hybrid interfaces of notifying containers and the Java Collection Framework.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IContainerBlockingQueue<E>
A
container that is a BlockingQueue. |
interface |
IContainerList<E>
|
interface |
IContainerQueue<E>
|
interface |
IContainerSet<E>
|
interface |
IContainerSortedSet<E>
|
| Modifier and Type | Class and Description |
|---|---|
class |
ContainerBlockingQueue<E>
A default implementation of a
container blocking queue. |
class |
ContainerCollection<E>
A default implementation of a
container collection. |
class |
ContainerList<E>
A default implementation of a
container list. |
class |
ContainerQueue<E>
A default implementation of a
container queue. |
class |
ContainerSet<E>
A default implementation of a
container set. |
class |
ContainerSortedSet<E>
A default implementation of a
container sorted set. |
Copyright (c) 2011-2014 Eike Stepper (Berlin, Germany) and others.