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
A
container
that is a Collection
.- Author:
- Eike Stepper
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.container.IContainer
IContainer.Modifiable<E>, IContainer.Persistable<E>, IContainer.Persistence<E>
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.event.INotifier
INotifier.INotifier2
-
Method Summary
Methods inherited from interface java.util.Collection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArray, toArray
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
-
Method Details
-
getDelegate
Collection<E> getDelegate()
-