Home | History | Annotate | Download | only in collect

Lines Matching refs:values

27  * not permit null keys or values. An {@code ImmutableBiMap} and its inverse
68 * @throws IllegalArgumentException if duplicate keys or values are added
77 * @throws IllegalArgumentException if duplicate keys or values are added
88 * @throws IllegalArgumentException if duplicate keys or values are added
99 * @throws IllegalArgumentException if duplicate keys or values are added
145 * keys or values are not allowed, and will cause {@link #build} to fail.
153 * Associates all of the given map's keys and values in the built bimap.
154 * Duplicate keys or values are not allowed, and will cause {@link #build}
167 * @throws IllegalArgumentException if duplicate keys or values were added
239 * Returns an immutable set of the values in this map. The values are in the
242 @Override public ImmutableSet<V> values() {