Interface IContainerCollection<E>

All Superinterfaces:
Collection<E>, IContainer<E>, INotifier, Iterable<E>
All Known Subinterfaces:
IContainerBlockingQueue<E>, IContainerList<E>, IContainerQueue<E>, IContainerSet<E>, IContainerSortedSet<E>
All Known Implementing Classes:
ContainerBlockingQueue, ContainerCollection, ContainerList, ContainerQueue, ContainerSet, ContainerSortedSet

public interface IContainerCollection<E> extends IContainer<E>, Collection<E>
A container that is a Collection.
Author:
Eike Stepper
  • Method Details