Schnittstelle IContainerList<E>

Alle Superschnittstellen:
Collection<E>, IContainer<E>, IContainerCollection<E>, INotifier, Iterable<E>, List<E>, SequencedCollection<E>
Alle bekannten Implementierungsklassen:
ContainerList

public interface IContainerList<E> extends IContainerCollection<E>, List<E>
A container that is a List.
Autor:
Eike Stepper