Lines Matching refs:a

9  * with the License.  You may obtain a copy of the License at
39 /** describes a map between keys and values.
43 …<p>Locating elements in the map, both values and keys, requires a notion of equality of two object…
44 …In conformance with the <a href="http://udk.openoffice.org/common/man/typesystem.html">UNO type sy…
48 @see <type>Map</type> for a default implementation of this interface
74 /** determines whether a mapping for he given key exists in the map
79 <TRUE/> if and only if the map contains a mapping for the given key.
82 if the given key is not of a type which is accepted by the map
87 to reject <code>Double.NaN</code> (<em>not a number</em>) to due its problematic
94 /** determines whether the map contains a mapping to a given value.
102 if the given value is not of a type which is accepted by the map. It's up to the service
105 (<em>not a number</em>) to due its problematic behavior with respect to equality.
113 /** gets the value to which a given key maps.
121 if the given key is not of a type which is accepted by the map
126 to reject <code>Double.NaN</code> (<em>not a number</em>) to due its problematic
136 /** associates a given key with a given value
138 … <p>If the map already contains a mapping for the given key, then the old value is replaced by the
150 if the given key is not of a type which is accepted by the map
156 reject <code>Double.NaN</code> (<em>not a number</em>) to due its problematic behavior
166 /** removes a key-value mapping, given by key, from the map.
174 if the given key is not of a type which is accepted by the map
179 to reject <code>Double.NaN</code> (<em>not a number</em>) to due its problematic