org.eclipse.net4j.util.container.delegate
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.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.container.IContainer
IContainer.Modifiable<E>
 
Method Summary
 Collection<E> getDelegate()
           
 
Methods inherited from interface org.eclipse.net4j.util.container.IContainer
getElements, isEmpty
 
Methods inherited from interface org.eclipse.net4j.util.event.INotifier
addListener, getListeners, hasListeners, removeListener
 
Methods inherited from interface java.util.Collection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 

Method Detail

getDelegate

Collection<E> getDelegate()


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.