Lines Matching full:pair
177 Returns <code>true</code> if the multimap contains the specified key-value pair.</TD>
260 Stores a key-value pair in the multimap.</TD>
286 Removes a key-value pair from the multimap.</TD>
400 <DD>Returns <code>true</code> if the multimap contains the specified key-value pair.
416 <DD>Stores a key-value pair in the multimap.
419 case <code>put</code> always adds a new key-value pair and increases the
421 a key-value pair that's already in the multimap has no effect.
426 <code>false</code> if the multimap already contained the key-value pair and
440 <DD>Removes a key-value pair from the multimap.