Home | History | Annotate | Download | only in include

Lines Matching full:mapping

33  * Hashed [key, value] mapping.
39 * Hashed [key, value] mapping.
44 * Sets new mapping, storing a reference to the value.
48 * @param key Mapping key
49 * @param value Mapping value
55 * Removes the mapping for this key from this map if present.
58 * @param key Key whose mapping is to be removed from the map.
64 * Removes the mapping for this key from this map if present and frees the value.
67 * @param key Key whose mapping is to be removed from the map.
118 * or null if the map contains no mapping for this key.
123 * map contains no mapping for this key.
171 * Sets new mapping, storing a reference to the value.
175 * @param key Mapping key
176 * @param value Mapping value
181 * Removes the mapping for this key from this map if present.
183 * If the map previously contained a mapping for this key, the old value is replaced,
187 * @param key Key whose mapping is to be removed from the map.
192 * Removes the mapping for this key from this map if present and frees the value.
196 * @param key Key whose mapping is to be removed from the map.
241 * or null if the map contains no mapping for this key.
246 * map contains no mapping for this key.