Lines Matching full:immutable
110 An immutable <A HREF="../../../../com/google/common/collect/Multimap.html" title="interface in com.google.common.collect"><CODE>Multimap</CODE></A>. Does not permit null keys or values.
122 are guaranteed to be immutable.
149 A builder for creating immutable multimap instances, especially
168 Returns an immutable map that associates each key with its corresponding
234 Returns an immutable multimap containing the same mappings as
243 Returns an immutable collection of all key-value pairs in the multimap.</TD>
259 Returns an immutable collection of the values for the given key.</TD>
291 Returns an immutable set of the distinct keys in this multimap.</TD>
322 Returns an immutable multimap containing a single entry.</TD>
340 Returns an immutable multimap containing the given entries, in order.</TD>
360 Returns an immutable multimap containing the given entries, in order.</TD>
382 Returns an immutable multimap containing the given entries, in order.</TD>
406 Returns an immutable multimap containing the given entries, in order.</TD>
482 Returns an immutable collection of the values in this multimap.</TD>
529 <DD>Returns an immutable multimap containing a single entry.
548 <DD>Returns an immutable multimap containing the given entries, in order.
569 <DD>Returns an immutable multimap containing the given entries, in order.
592 <DD>Returns an immutable multimap containing the given entries, in order.
617 <DD>Returns an immutable multimap containing the given entries, in order.
650 <DD>Returns an immutable multimap containing the same mappings as
738 <DD>Returns an immutable collection of the values for the given key. If no
739 mappings in the multimap have the provided key, an empty immutable
996 <DD>Returns an immutable set of the distinct keys in this multimap. These keys
1015 <DD>Returns an immutable map that associates each key with its corresponding
1033 <DD>Returns an immutable collection of all key-value pairs in the multimap. Its
1074 <DD>Returns an immutable collection of the values in this multimap. Its