Class ContainerSortedSet<E>

All Implemented Interfaces:
Iterable<E>, Collection<E>, Set<E>, 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 a container sorted set.
Author:
Eike Stepper