Interface IContainerSortedSet<E>
- 
- All Superinterfaces:
- java.util.Collection<E>,- IContainer<E>,- IContainerCollection<E>,- IContainerSet<E>,- INotifier,- java.lang.Iterable<E>,- java.util.Set<E>,- java.util.SortedSet<E>
 - All Known Implementing Classes:
- ContainerSortedSet
 
 public interface IContainerSortedSet<E> extends IContainerSet<E>, java.util.SortedSet<E> Acontainerthat is aSortedSet.- Author:
- Eike Stepper
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.container.IContainerIContainer.Modifiable<E>, IContainer.Persistable<E>, IContainer.Persistence<E>
 - 
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.event.INotifierINotifier.INotifier2
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.SortedSet<E>getDelegate()- 
Methods inherited from interface org.eclipse.net4j.util.container.IContainergetElements, isEmpty
 - 
Methods inherited from interface org.eclipse.net4j.util.event.INotifieraddListener, getListeners, hasListeners, removeListener
 
- 
 
- 
- 
- 
Method Detail- 
getDelegatejava.util.SortedSet<E> getDelegate() - Specified by:
- getDelegatein interface- IContainerCollection<E>
- Specified by:
- getDelegatein interface- IContainerSet<E>
 
 
- 
 
-