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.
Author:
Eike Stepper