Class ContainerSet<E>

All Implemented Interfaces:
Iterable<E>, Collection<E>, Set<E>, IContainerCollection<E>, IContainerSet<E>, IContainer<E>, INotifier, INotifier.INotifier2
Direct Known Subclasses:
ContainerSortedSet

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