Klasse ContainerSet<E>

Alle implementierten Schnittstellen:
Iterable<E>, Collection<E>, Set<E>, IContainerCollection<E>, IContainerSet<E>, IContainer<E>, INotifier, INotifier.INotifier2
Bekannte direkte Unterklassen:
ContainerSortedSet

public class ContainerSet<E> extends ContainerCollection<E> implements IContainerSet<E>
A default implementation of a container set.
Autor:
Eike Stepper