Schnittstelle IContainerSet<E>

Alle Superschnittstellen:
Collection<E>, IContainer<E>, IContainerCollection<E>, INotifier, Iterable<E>, Set<E>
Alle bekannten Unterschnittstellen:
IContainerSortedSet<E>
Alle bekannten Implementierungsklassen:
ContainerSet, ContainerSortedSet

public interface IContainerSet<E> extends IContainerCollection<E>, Set<E>
A container that is a Set.
Autor:
Eike Stepper
Siehe auch: