org.eclipse.net4j.util.container.delegate
Interface IContainerCollection<E>

All Superinterfaces:
java.util.Collection<E>, IContainer<E>, INotifier, java.lang.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>, java.util.Collection<E>


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.event.INotifier
INotifier.Introspection
 
Method Summary
 java.util.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, 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

java.util.Collection<E> getDelegate()

Copyright (c) 2004 - 2008 Eike Stepper, Germany.
All Rights Reserved.