Lines Matching full:immutable
401 <DD>Returns an immutable map that associates each key with its corresponding
454 <DD>Returns a newly-created immutable bimap.
457 <DD>Returns a new immutable class-to-instance map containing the entries
465 <DD>Returns a newly-created immutable multimap.
468 <DD>Returns a newly-created immutable map.
471 <DD>Returns a newly-created immutable multimap.
482 <DD>Returns a newly-created immutable set multimap.
485 <DD>Returns a newly-created immutable sorted map.
1108 <DD>Returns an immutable bimap containing the same entries as <code>map</code>.
1111 <DD>Returns an immutable map containing the same entries as <code>map</code>.
1114 <DD>Returns an immutable list containing the given elements, in order.
1117 <DD>Returns an immutable list containing the given elements, in order.
1120 <DD>Returns an immutable list containing the given elements, in order.
1123 <DD>Returns an immutable multimap containing the same mappings as
1127 <DD>Returns an immutable map containing the same entries as <code>map</code>.
1130 <DD>Returns an immutable multimap containing the same mappings as
1134 <DD>Returns an immutable multiset containing the given elements.
1137 <DD>Returns an immutable multiset containing the given elements.
1140 <DD>Returns an immutable set containing the given elements, in order.
1143 <DD>Returns an immutable set containing the given elements, in order.
1146 <DD>Returns an immutable set multimap containing the same mappings as
1150 <DD>Returns an immutable map containing the same entries as <code>map</code>, sorted
1154 <DD>Returns an immutable map containing the same entries as <code>map</code>, with
1158 <DD>Returns an immutable sorted set containing the given elements sorted by
1162 <DD>Returns an immutable sorted set containing the given elements sorted by
1166 <DD>Returns an immutable sorted set containing the given elements sorted by
1170 <DD>Returns an immutable sorted set containing the given elements sorted by
1174 <DD>Returns an immutable map containing the same entries as the provided sorted
1178 <DD>Returns an immutable sorted set containing the elements of a sorted set,
1542 <DD>Returns an immutable collection of all key-value pairs in the multimap.
1545 <DD>Returns an immutable collection of all key-value pairs in the multimap.
1588 <DD>Returns an immutable set of the mappings in this map.
1594 <DD>Returns an immutable set of the mappings in this map, sorted by the key
1953 <DD>Returns an immutable list of the values for the given key.
1959 <DD>Returns an immutable collection of the values for the given key.
1962 <DD>Returns an immutable set of the values for the given key.
2265 <DT><A HREF="./com/google/common/collect/ImmutableBiMap.html" title="class in com.google.common.collect"><B>ImmutableBiMap</B></A><<A HREF="./com/google/common/collect/ImmutableBiMap.html" title="type parameter in ImmutableBiMap">K</A>,<A HREF="./com/google/common/collect/ImmutableBiMap.html" title="type parameter in ImmutableBiMap">V</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>An immutableimmutable bimap instances, especially <code>public
2269 <DT><A HREF="./com/google/common/collect/ImmutableClassToInstanceMap.html" title="class in com.google.common.collect"><B>ImmutableClassToInstanceMap</B></A><<A HREF="./com/google/common/collect/ImmutableClassToInstanceMap.html" title="type parameter in ImmutableClassToInstanceMap">B</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>A class-to-instance map backed by an <A HREF="./com/google/common/collect/ImmutableMap.html" title="class in com.google.common.collect"><CODE>ImmutableMap</CODE></A>.<DT><A HREF="./com/google/common/collect/ImmutableClassToInstanceMap.Builder.html" title="class in com.google.common.collect"><B>ImmutableClassToInstanceMap.Builder</B></A><<A HREF="./com/google/common/collect/ImmutableClassToInstanceMap.Builder.html" title="type parameter in ImmutableClassToInstanceMap.Builder">B</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>A builder for creating immutable class-to-instance maps.<DT><A HREF="./com/google/common/collect/ImmutableClassToInstanceMap.Builder.html#ImmutableClassToInstanceMap.Builder()"><B>ImmutableClassToInstanceMap.Builder()</B></A> -
2272 <DT><A HREF="./com/google/common/collect/ImmutableCollection.html" title="class in com.google.common.collect"><B>ImmutableCollection</B></A><<A HREF="./com/google/common/collect/ImmutableCollection.html" title="type parameter in ImmutableCollection">E</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>An immutable collection.<DT><A HREF="./com/google/common/collect/Sets.SetView.html#immutableCopy()"><B>immutableCopy()</B></A> -
2274 <DD>Returns an immutable copy of the current contents of this set view.
2277 <DD>Returns an immutable map entry with the specified key and value.
2280 <DD>Returns an immutable multiset entry with the specified element and count.
2283 <DD>Returns an immutable set instance containing the given enum elements.
2286 <DD>Returns an immutable set instance containing the given enum elements.
2287 <DT><A HREF="./com/google/common/collect/ImmutableList.html" title="class in com.google.common.collect"><B>ImmutableList</B></A><<A HREF="./com/google/common/collect/ImmutableList.html" title="type parameter in ImmutableList">E</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>A high-performance, immutable, random-access <code>List</code> implementation.<DT><A HREF="./com/google/common/collect/ImmutableList.Builder.html" title="class in com.google.common.collect"><B>ImmutableList.Builder</B></A><<A HREF="./com/google/common/collect/ImmutableList.Builder.html" title="type parameter in ImmutableList.Builder">E</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>A builder for creating immutable list instances, especially
2291 <DT><A HREF="./com/google/common/collect/ImmutableListMultimap.html" title="class in com.google.common.collect"><B>ImmutableListMultimap</B></A><<A HREF="./com/google/common/collect/ImmutableListMultimap.html" title="type parameter in ImmutableListMultimap">K</A>,<A HREF="./com/google/common/collect/ImmutableListMultimap.html" title="type parameter in ImmutableListMultimap">V</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>An immutable <A HREF="./com/google/common/collect/ListMultimap.html" title="interface in com.google.common.collect"><CODE>ListMultimap</CODE></A> with reliable user-specified key and value
2292 iteration order.<DT><A HREF="./com/google/common/collect/ImmutableListMultimap.Builder.html" title="class in com.google.common.collect"><B>ImmutableListMultimap.Builder</B></A><<A HREF="./com/google/common/collect/ImmutableListMultimap.Builder.html" title="type parameter in ImmutableListMultimap.Builder">K</A>,<A HREF="./com/google/common/collect/ImmutableListMultimap.Builder.html" title="type parameter in ImmutableListMultimap.Builder">V</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>A builder for creating immutable <code>ListMultimap</code> instances, especially
2296 <DT><A HREF="./com/google/common/collect/ImmutableMap.html" title="class in com.google.common.collect"><B>ImmutableMap</B></A><<A HREF="./com/google/common/collect/ImmutableMap.html" title="type parameter in ImmutableMap">K</A>,<A HREF="./com/google/common/collect/ImmutableMap.html" title="type parameter in ImmutableMap">V</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>An immutable, hash-based <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util"><CODE>Map</CODE></A> with reliable user-specified iteration
2297 order.<DT><A HREF="./com/google/common/collect/ImmutableMap.Builder.html" title="class in com.google.common.collect"><B>ImmutableMap.Builder</B></A><<A HREF="./com/google/common/collect/ImmutableMap.Builder.html" title="type parameter in ImmutableMap.Builder">K</A>,<A HREF="./com/google/common/collect/ImmutableMap.Builder.html" title="type parameter in ImmutableMap.Builder">V</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>A builder for creating immutable map instances, especially <code>public
2301 <DT><A HREF="./com/google/common/collect/ImmutableMultimap.html" title="class in com.google.common.collect"><B>ImmutableMultimap</B></A><<A HREF="./com/google/common/collect/ImmutableMultimap.html" title="type parameter in ImmutableMultimap">K</A>,<A HREF="./com/google/common/collect/ImmutableMultimap.html" title="type parameter in ImmutableMultimap">V</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>An immutable <A HREF="./com/google/common/collect/Multimap.html" title="interface in com.google.common.collect"><CODE>Multimap</CODE></A>.<DT><A HREF="./com/google/common/collect/ImmutableMultimap.Builder.html" title="class in com.google.common.collect"><B>ImmutableMultimap.Builder</B></A><<A HREF="./com/google/common/collect/ImmutableMultimap.Builder.html" title="type parameter in ImmutableMultimap.Builder">K</A>,<A HREF="./com/google/common/collect/ImmutableMultimap.Builder.html" title="type parameter in ImmutableMultimap.Builder">V</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>A builder for creating immutable multimap instances, especially
2305 <DT><A HREF="./com/google/common/collect/ImmutableMultiset.html" title="class in com.google.common.collect"><B>ImmutableMultiset</B></A><<A HREF="./com/google/common/collect/ImmutableMultiset.html" title="type parameter in ImmutableMultiset">E</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>An immutable hash-based multiset.<DT><A HREF="./com/google/common/collect/ImmutableMultiset.Builder.html" title="class in com.google.common.collect"><B>ImmutableMultiset.Builder</B></A><<A HREF="./com/google/common/collect/ImmutableMultiset.Builder.html" title="type parameter in ImmutableMultiset.Builder">E</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>A builder for creating immutable multiset instances, especially
2309 <DT><A HREF="./com/google/common/collect/ImmutableSet.html" title="class in com.google.common.collect"><B>ImmutableSet</B></A><<A HREF="./com/google/common/collect/ImmutableSet.html" title="type parameter in ImmutableSet">E</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>A high-performance, immutable <code>Set</code> with reliable, user-specified
2310 iteration order.<DT><A HREF="./com/google/common/collect/ImmutableSet.Builder.html" title="class in com.google.common.collect"><B>ImmutableSet.Builder</B></A><<A HREF="./com/google/common/collect/ImmutableSet.Builder.html" title="type parameter in ImmutableSet.Builder">E</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>A builder for creating immutable set instances, especially
2314 <DT><A HREF="./com/google/common/collect/ImmutableSetMultimap.html" title="class in com.google.common.collect"><B>ImmutableSetMultimap</B></A><<A HREF="./com/google/common/collect/ImmutableSetMultimap.html" title="type parameter in ImmutableSetMultimap">K</A>,<A HREF="./com/google/common/collect/ImmutableSetMultimap.html" title="type parameter in ImmutableSetMultimap">V</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>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
2315 iteration order.<DT><A HREF="./com/google/common/collect/ImmutableSetMultimap.Builder.html" title="class in com.google.common.collect"><B>ImmutableSetMultimap.Builder</B></A><<A HREF="./com/google/common/collect/ImmutableSetMultimap.Builder.html" title="type parameter in ImmutableSetMultimap.Builder">K</A>,<A HREF="./com/google/common/collect/ImmutableSetMultimap.Builder.html" title="type parameter in ImmutableSetMultimap.Builder">V</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>A builder for creating immutable <code>SetMultimap</code> instances, especially
2319 <DT><A HREF="./com/google/common/collect/ImmutableSortedMap.html" title="class in com.google.common.collect"><B>ImmutableSortedMap</B></A><<A HREF="./com/google/common/collect/ImmutableSortedMap.html" title="type parameter in ImmutableSortedMap">K</A>,<A HREF="./com/google/common/collect/ImmutableSortedMap.html" title="type parameter in ImmutableSortedMap">V</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>An immutable <A HREF="http://java.sun.com/javase/6/docs/api/java/util/SortedMap.html?is-external=true" title="class or interface in java.util"><CODE>SortedMap</CODE></A>.<DT><A HREF="./com/google/common/collect/ImmutableSortedMap.Builder.html" title="class in com.google.common.collect"><B>ImmutableSortedMap.Builder</B></A><<A HREF="./com/google/common/collect/ImmutableSortedMap.Builder.html" title="type parameter in ImmutableSortedMap.Builder">K</A>,<A HREF="./com/google/common/collect/ImmutableSortedMap.Builder.html" title="type parameter in ImmutableSortedMap.Builder">V</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>A builder for creating immutable sorted map instances, especially <code>public static final</code> maps ("constant maps").<DT><A HREF="./com/google/common/collect/ImmutableSortedMap.Builder.html#ImmutableSortedMap.Builder(java.util.Comparator)"><B>ImmutableSortedMap.Builder(Comparator<? super K>)</B></A> -
2322 immutable <code>SortedSet</code> that stores its elements in a sorted array.<DT><A HREF="./com/google/common/collect/ImmutableSortedSet.Builder.html" title="class in com.google.common.collect"><B>ImmutableSortedSet.Builder</B></A><<A HREF="./com/google/common/collect/ImmutableSortedSet.Builder.html" title="type parameter in ImmutableSortedSet.Builder">E</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>A builder for creating immutable sorted set instances, especially
2689 <DD>Returns an immutable set of the keys in this map.
2692 <DD>Returns an immutable set of the distinct keys in this multimap.
2695 <DD>Returns an immutable sorted set of the keys in this map.
3011 <DD>Returns a builder that creates immutable sorted maps whose keys are
3015 <DD>Returns a builder that creates immutable sorted sets whose elements are
3304 <DD>Returns an immutable bimap containing a single entry.
3307 <DD>Returns an immutable map containing the given entries, in order.
3310 <DD>Returns an immutable map containing the given entries, in order.
3313 <DD>Returns an immutable map containing the given entries, in order.
3316 <DD>Returns an immutable map containing the given entries, in order.
3319 <DD>Returns the empty immutable list.
3322 <DD>Returns an immutable list containing a single element.
3355 <DD>Returns an immutable list containing the given elements, in order.
3361 <DD>Returns an immutable multimap containing a single entry.
3364 <DD>Returns an immutable multimap containing the given entries, in order.
3367 <DD>Returns an immutable multimap containing the given entries, in order.
3370 <DD>Returns an immutable multimap containing the given entries, in order.
3373 <DD>Returns an immutable multimap containing the given entries, in order.
3379 <DD>Returns an immutable map containing a single entry.
3382 <DD>Returns an immutable map containing the given entries, in order.
3385 <DD>Returns an immutable
3388 <DD>Returns an immutable map containing the given entries, in order.
3391 <DD>Returns an immutable map containing the given entries, in order.
3397 <DD>Returns an immutable multimap containing a single entry.
3400 <DD>Returns an immutable multimap containing the given entries, in order.
3403 <DD>Returns an immutable multimap containing the given entries, in order.
3406 <DD>Returns an immutable multimap containing the given entries, in order.
3409 <DD>Returns an immutable multimap containing the given entries, in order.
3412 <DD>Returns the empty immutable multiset.
3415 <DD>Returns an immutable multiset containing the given elements.
3418 <DD>Returns the empty immutable set.
3421 <DD>Returns an immutable set containing a single element.
3424 <DD>Returns an immutable set containing the given elements, in order.
3427 <DD>Returns an immutable set containing the given elements, in order.
3430 <DD>Returns an immutable set containing the given elements, in order.
3433 <DD>Returns an immutable set containing the given elements, in order.
3436 <DD>Returns an immutable set containing the given elements, in order.
3442 <DD>Returns an immutable multimap containing a single entry.
3445 <DD>Returns an immutable multimap containing the given entries, in order.
3448 <DD>Returns an immutable multimap containing the given entries, in order.
3451 <DD>Returns an immutable multimap containing the given entries, in order.
3454 <DD>Returns an immutable multimap containing the given entries, in order.
3460 <DD>Returns an immutable map containing a single entry.
3463 <DD>Returns an immutable sorted map containing the given entries, sorted by the
3467 <DD>Returns an immutable sorted map containing the given entries, sorted by the
3471 <DD>Returns an immutable sorted map containing the given entries, sorted by the
3475 <DD>Returns an immutable sorted map containing the given entries, sorted by the
3479 <DD>Returns the empty immutable sorted set.
3482 <DD>Returns an immutable sorted set containing a single element.
3485 <DD>Returns an immutable sorted set containing the given elements sorted by
3489 <DD>Returns an immutable sorted set containing the given elements sorted by
3493 <DD>Returns an immutable sorted set containing the given elements sorted by
3497 <DD>Returns an immutable sorted set containing the given elements sorted by
3501 <DD>Returns an immutable sorted set containing the given elements sorted by
3560 <DD>Returns a builder that creates immutable sorted maps with an explicit
3564 <DD>Returns a builder that creates immutable sorted sets with an explicit
4137 <DD>Returns a builder that creates immutable sorted maps whose keys are
4141 <DD>Returns a builder that creates immutable sorted sets whose elements are
4440 <DD>Returns an immutable list of the elements between the specified <code>fromIndex</code>, inclusive, and <code>toIndex</code>, exclusive.
4740 <DD>Returns an immutable map for which the <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.html?is-external=true#values()" title="class or interface in java.util"><CODE>Map.values()</CODE></A> are the given
4842 <DD>Returns an immutable set of the values in this map.
4845 <DD>Returns an immutable collection of the values in this map.
4848 <DD>Returns an immutable collection of the values in this multimap.
4851 <DD>Returns an immutable collection of the values in this map, sorted by the