Home | History | Annotate | Download | only in collect

Lines Matching full:immutable

26  * An immutable {@link BiMap} with reliable user-specified iteration order. Does
37 * guaranteed to be immutable.
59 * Returns an immutable bimap containing a single entry.
66 * Returns an immutable map containing the given entries, in order.
75 * Returns an immutable map containing the given entries, in order.
86 * Returns an immutable map containing the given entries, in order.
97 * Returns an immutable map containing the given entries, in order.
118 * A builder for creating immutable bimap instances, especially {@code public
128 * For <i>small</i> immutable bimaps, the {@code ImmutableBiMap.of()} methods
165 * Returns a newly-created immutable bimap.
179 * Returns an immutable bimap containing the same entries as {@code map}. If
239 * Returns an immutable set of the values in this map. The values are in the
294 * Since the bimap is immutable, ImmutableBiMap doesn't require special logic