Schnittstelle IContainer<E>

Alle Superschnittstellen:
INotifier
Alle bekannten Unterschnittstellen:
IContainer.Modifiable<E>, IContainer.Persistable<E>, IContainerBlockingQueue<E>, IContainerCollection<E>, IContainerList<E>, IContainerMap<K,V>, IContainerQueue<E>, IContainerSet<E>, IContainerSortedSet<E>, IManagedContainer, IPluginContainer, IRegistry<K,V>
Alle bekannten Implementierungsklassen:
AbstractDelegator, Container, ContainerBlockingQueue, ContainerCollection, ContainerElementList, ContainerList, ContainerMap, ContainerQueue, ContainerSet, ContainerSortedSet, DelegatingRegistry, HashMapDelegatingRegistry, HashMapRegistry, HashMapRegistry.AutoCommit, ListContainer, ManagedContainer, ModifiableContainer, PersistableContainer, Registry, SetContainer, UnmodifiableRegistry

public interface IContainer<E> extends INotifier
Contains a number of elements and notifies about element addition and removal.

A container can fire the following events:

Autor:
Eike Stepper
  • Methodendetails

    • isEmpty

      boolean isEmpty()
    • getElements

      E[] getElements()