|
Syntax
- boolean has
(
- any Element );
Description
-
Returns
-
true>
if the element exists, otherwise false
.
Syntax
- void insert
(
- any aElement )
- raises ( com::sun::star::lang::IllegalArgumentException , com::sun::star::container::ElementExistException );
Description
inserts the element in the container.
Syntax
- void remove
(
- any aElement )
- raises ( com::sun::star::lang::IllegalArgumentException , com::sun::star::container::NoSuchElementException );
Description
removes the element at the position of the enumeration
object.
|