See: Description

| Interface | Description |
|---|---|
| IContainerBlockingQueue<E> |
A
container that is a BlockingQueue. |
| IContainerCollection<E> |
A
container that is a Collection. |
| IContainerList<E> | |
| IContainerMap<K,V> | |
| IContainerQueue<E> | |
| IContainerSet<E> | |
| IContainerSortedSet<E> |
| Class | Description |
|---|---|
| AbstractDelegator<E> |
A delegating base class for
containers. |
| ContainerBlockingQueue<E> |
A default implementation of a
container blocking queue. |
| ContainerCollection<E> |
A default implementation of a
container collection. |
| ContainerList<E> |
A default implementation of a
container list. |
| ContainerMap<K,V> |
A default implementation of a
container map. |
| ContainerQueue<E> |
A default implementation of a
container queue. |
| ContainerSet<E> |
A default implementation of a
container set. |
| ContainerSortedSet<E> |
A default implementation of a
container sorted set. |
Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.