Home | History | Annotate | Download | only in collect

Lines Matching full:pair

177 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns <code>true</code> if the multimap contains the specified key-value pair.</TD>
260 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Stores a key-value pair in the multimap.</TD>
286 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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.