Klasse ContainerCollection<E>

Alle implementierten Schnittstellen:
Iterable<E>, Collection<E>, IContainerCollection<E>, IContainer<E>, INotifier, INotifier.INotifier2
Bekannte direkte Unterklassen:
ContainerList, ContainerQueue, ContainerSet

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