21module
com { module sun { module star { module container {
146 any
put( [in] any Key, [in] any Value )
is thrown by child access methods of collections, if the addressed child does not exist.
Definition NoSuchElementException.idl:31
describes a map between keys and values.
Definition XMap.idl:36
type KeyType
denotes the type of the keys in the map.
Definition XMap.idl:43
interface XElementAccess
Definition XMap.idl:37
type ValueType
denotes the type of the values in the map.
Definition XMap.idl:49
any put([in] any Key, [in] any Value)
associates a given key with a given value
any get([in] any Key)
gets the value to which a given key maps.
boolean containsValue([in] any Value)
determines whether the map contains a mapping to a given value.
boolean containsKey([in] any Key)
determines whether a mapping for he given key exists in the map
void clear()
clears the map, removing all key-value pairs from it.
any remove([in] any Key)
removes a key-value mapping, given by key, from the map.
Java beans-like property access and introspection.
Definition Ambiguous.idl:20
Interfaces for collections and containers.
Definition ContainerEvent.idl:22
General UNO concepts like factories etc.
Definition ArrayIndexOutOfBoundsException.idl:22
the module com::sun::star is the root module of the UNO API.
Definition Ambiguous.idl:20
Definition Ambiguous.idl:20
Definition Ambiguous.idl:20