21 module
com { module sun { module star { module container {
42 any getValue( [in]
string aKey )
54 boolean hasValue( [in]
string aKey );
71 void insertValue( [in]
string aKey, [in] any aValue )
78 [attribute, readonly]
long Count;
93 string getKeyByIndex( [in]
long nIndex )
109 any getValueByIndex( [in]
long nIndex )
This exception is thrown to indicate that a container has been accessed with an illegal index...
Definition: IndexOutOfBoundsException.idl:30
Definition: Ambiguous.idl:20
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:25
maps strings to anys.
Definition: XStringKeyMap.idl:29
long Count
the number of elements in the map.
Definition: XStringKeyMap.idl:78
is thrown by child access methods of collections, if the addressed child does not exist...
Definition: NoSuchElementException.idl:30
is thrown by container methods, if an element is added which is already a child of the container...
Definition: ElementExistException.idl:34