Class ContainerCollection<E>

All Implemented Interfaces:
Iterable<E>, Collection<E>, IContainerCollection<E>, IContainer<E>, INotifier, INotifier.INotifier2
Direct Known Subclasses:
ContainerList, ContainerQueue, ContainerSet

public class ContainerCollection<E> extends AbstractDelegator<E> implements IContainerCollection<E>
A default implementation of a container collection.
Author:
Eike Stepper