21module 
com {  module sun {  module star {  module container {
 
   34    boolean has( [in] any aElement );
 
   46    void remove( [in] any aElement )
 
 
is thrown by container methods, if an element is added which is already a child of the container.
Definition ElementExistException.idl:35
is thrown by child access methods of collections, if the addressed child does not exist.
Definition NoSuchElementException.idl:31
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition IllegalArgumentException.idl:27
used to enumerate objects in a container which contains objects.
Definition XEnumerationAccess.idl:28
This is the generic interface for supporting the insertion and removal of elements.
Definition XSet.idl:28
void insert([in] any aElement)
inserts the given element into this container.
boolean has([in] any aElement)
Definition Ambiguous.idl:20