org.eclipse.net4j.util.container.delegate
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.

See Also:
SetContainer

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.container.IContainer
IContainer.Modifiable<E>
 
Method Summary
 Set<E> getDelegate()
           
 
Methods inherited from interface org.eclipse.net4j.util.container.IContainer
getElements, isEmpty
 
Methods inherited from interface org.eclipse.net4j.util.event.INotifier
addListener, getListeners, hasListeners, removeListener
 
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 

Method Detail

getDelegate

Set<E> getDelegate()
Specified by:
getDelegate in interface IContainerCollection<E>


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.