Lines Matching full:immutable
31 * An immutable, hash-based {@link Map} with reliable user-specified iteration
43 * guaranteed to be immutable.
68 * Returns an immutable map containing a single entry. This map behaves and
79 * Returns an immutable map containing the given entries, in order.
88 * Returns an immutable map containing the given entries, in order.
99 * Returns an immutable map containing the given entries, in order.
110 * Returns an immutable map containing the given entries, in order.
132 * immutable entry with those values.
142 * A builder for creating immutable map instances, especially {@code public
152 * For <i>small</i> immutable maps, the {@code ImmutableMap.of()} methods are
194 * Returns a newly-created immutable map.
219 * Returns an immutable map containing the same entries as {@code map}. If
309 * Returns an immutable set of the mappings in this map. The entries are in
315 * Returns an immutable set of the keys in this map. These keys are in
321 * Returns an immutable collection of the values in this map. The values are