Interface IContainerSet<E>

All Superinterfaces:
Collection<E>, IContainer<E>, IContainerCollection<E>, INotifier, Iterable<E>, Set<E>
All Known Subinterfaces:
IContainerSortedSet<E>
All Known Implementing Classes:
ContainerSet, ContainerSortedSet

public interface IContainerSet<E> extends IContainerCollection<E>, Set<E>
A container that is a Set.
Author:
Eike Stepper
See Also: