Schnittstelle IContainerSortedSet<E>

Alle Superschnittstellen:
Collection<E>, IContainer<E>, IContainerCollection<E>, IContainerSet<E>, INotifier, Iterable<E>, SequencedCollection<E>, SequencedSet<E>, Set<E>, SortedSet<E>
Alle bekannten Implementierungsklassen:
ContainerSortedSet

public interface IContainerSortedSet<E> extends IContainerSet<E>, SortedSet<E>
A container that is a SortedSet.
Autor:
Eike Stepper