Interface IContainerSet<E>
- All Superinterfaces:
Collection<E>,IContainer<E>,IContainerCollection<E>,INotifier,Iterable<E>,Set<E>
- All Known Subinterfaces:
IContainerSortedSet<E>
- All Known Implementing Classes:
ContainerSet,ContainerSortedSet
- Author:
- Eike Stepper
- See Also:
-
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
parallelStream, removeIf, stream, toArrayMethods inherited from interface org.eclipse.net4j.util.container.IContainer
getElements, isEmptyMethods inherited from interface org.eclipse.net4j.util.event.INotifier
addListener, getListeners, hasListeners, removeListener
-
Method Details
-
getDelegate
- Specified by:
getDelegatein interfaceIContainerCollection<E>
-