21 module
com { module sun { module star { module container {
43 [attribute, readonly] type KeyType;
57 raises( ::
com::sun::star::lang::NoSupportException );
75 boolean containsKey( [in] any Key )
76 raises( ::
com::sun::star::beans::IllegalTypeException,
77 ::
com::sun::star::lang::IllegalArgumentException );
94 boolean containsValue( [in] any Value )
95 raises( ::
com::sun::star::beans::IllegalTypeException,
96 ::
com::sun::star::lang::IllegalArgumentException );
116 any get( [in] any Key )
117 raises( ::
com::sun::star::beans::IllegalTypeException,
118 ::
com::sun::star::lang::IllegalArgumentException,
146 any put( [in] any Key, [in] any Value )
147 raises( ::
com::sun::star::lang::NoSupportException,
148 ::
com::sun::star::beans::IllegalTypeException,
149 ::
com::sun::star::lang::IllegalArgumentException );
171 any remove( [in] any Key )
172 raises( ::
com::sun::star::lang::NoSupportException,
173 ::
com::sun::star::beans::IllegalTypeException,
174 ::
com::sun::star::lang::IllegalArgumentException,
describes a map between keys and values.
Definition: XMap.idl:35
Definition: Ambiguous.idl:20
type ValueType
denotes the type of the values in the map.
Definition: XMap.idl:49
This is the base interface of all collection interfaces.
Definition: XElementAccess.idl:27
is thrown by child access methods of collections, if the addressed child does not exist...
Definition: NoSuchElementException.idl:30