Class ContainerSortedSet<E>
- java.lang.Object
- 
- org.eclipse.net4j.util.event.Notifier
- 
- org.eclipse.net4j.util.container.delegate.AbstractDelegator<E>
- 
- org.eclipse.net4j.util.container.delegate.ContainerCollection<E>
- 
- org.eclipse.net4j.util.container.delegate.ContainerSet<E>
- 
- org.eclipse.net4j.util.container.delegate.ContainerSortedSet<E>
 
 
 
 
 
- 
- All Implemented Interfaces:
- java.lang.Iterable<E>,- java.util.Collection<E>,- java.util.Set<E>,- java.util.SortedSet<E>,- IContainerCollection<E>,- IContainerSet<E>,- IContainerSortedSet<E>,- IContainer<E>,- INotifier,- INotifier.INotifier2
 
 public class ContainerSortedSet<E> extends ContainerSet<E> implements IContainerSortedSet<E> A default implementation of acontainer sorted set.- Author:
- Eike Stepper
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.eclipse.net4j.util.container.delegate.AbstractDelegatorAbstractDelegator.DelegatingIterator
 - 
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
 
- 
 - 
Constructor SummaryConstructors Constructor Description ContainerSortedSet(java.util.SortedSet<E> delegate)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Comparator<? super E>comparator()Efirst()java.util.SortedSet<E>getDelegate()java.util.SortedSet<E>headSet(E toElement)Elast()java.util.SortedSet<E>subSet(E fromElement, E toElement)java.util.SortedSet<E>tailSet(E fromElement)- 
Methods inherited from class org.eclipse.net4j.util.container.delegate.ContainerCollectionadd, addAll, clear, contains, containsAll, equals, getElements, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 - 
Methods inherited from class org.eclipse.net4j.util.container.delegate.AbstractDelegatorcreateEvent, dispatchEvent, fireAddedEvent, fireRemovedEvent
 - 
Methods inherited from class org.eclipse.net4j.util.event.NotifieraddListener, addUniqueListener, fireEvent, fireEvent, fireEvent, fireThrowable, firstListenerAdded, getListeners, getNotificationService, hasListener, hasListeners, lastListenerRemoved, listenerAdded, listenerRemoved, removeListener
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.eclipse.net4j.util.container.IContainergetElements, isEmpty
 - 
Methods inherited from interface org.eclipse.net4j.util.event.INotifieraddListener, getListeners, hasListeners, removeListener
 
- 
 
- 
- 
- 
Constructor Detail- 
ContainerSortedSetpublic ContainerSortedSet(java.util.SortedSet<E> delegate) 
 
- 
 - 
Method Detail- 
getDelegatepublic java.util.SortedSet<E> getDelegate() - Specified by:
- getDelegatein interface- IContainerCollection<E>
- Specified by:
- getDelegatein interface- IContainerSet<E>
- Specified by:
- getDelegatein interface- IContainerSortedSet<E>
- Overrides:
- getDelegatein class- ContainerSet<E>
 
 - 
comparatorpublic java.util.Comparator<? super E> comparator() - Specified by:
- comparatorin interface- java.util.SortedSet<E>
- Category
- READ
 
 - 
headSetpublic java.util.SortedSet<E> headSet(E toElement) - Specified by:
- headSetin interface- java.util.SortedSet<E>
- Category
- READ
 
 - 
subSetpublic java.util.SortedSet<E> subSet(E fromElement, E toElement) - Specified by:
- subSetin interface- java.util.SortedSet<E>
- Category
- READ
 
 
- 
 
-