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

All Superinterfaces:
Collection<E>, IContainer<E>, IContainerCollection<E>, IContainerSet<E>, INotifier, Iterable<E>, Set<E>, SortedSet<E>
All Known Implementing Classes:
ContainerSortedSet

public interface IContainerSortedSet<E>
extends IContainerSet<E>, SortedSet<E>

A container that is a SortedSet.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.container.IContainer
IContainer.Modifiable<E>
 
Method Summary
 SortedSet<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, getListeners, hasListeners, removeListener
 
Methods inherited from interface java.util.SortedSet
comparator, first, headSet, last, subSet, tailSet
 
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 

Method Detail

getDelegate

SortedSet<E> getDelegate()
Specified by:
getDelegate in interface IContainerCollection<E>
Specified by:
getDelegate in interface IContainerSet<E>


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.