Lines Matching full:immutable
108 An immutable <A HREF="../../../../com/google/common/collect/SetMultimap.html" title="interface in com.google.common.collect"><CODE>SetMultimap</CODE></A> with reliable user-specified key and value
121 are guaranteed to be immutable.
148 A builder for creating immutable <code>SetMultimap</code> instances, especially
189 Returns an immutable set multimap containing the same mappings as
198 Returns an immutable collection of all key-value pairs in the multimap.</TD>
206 Returns an immutable set of the values for the given key.</TD>
237 Returns an immutable multimap containing a single entry.</TD>
255 Returns an immutable multimap containing the given entries, in order.</TD>
275 Returns an immutable multimap containing the given entries, in order.</TD>
297 Returns an immutable multimap containing the given entries, in order.</TD>
321 Returns an immutable
412 <DD>Returns an immutable multimap containing a single entry.
431 <DD>Returns an immutable multimap containing the given entries, in order.
454 <DD>Returns an immutable multimap containing the given entries, in order.
479 <DD>Returns an immutable multimap containing the given entries, in order.
506 <DD>Returns an immutable multimap containing the given entries, in order.
540 <DD>Returns an immutable set multimap containing the same mappings as
568 <DD>Returns an immutable set of the values for the given key. If no mappings
569 in the multimap have the provided key, an empty immutable set is returned.
633 <DD>Returns an immutable collection of all key-value pairs in the multimap.