Home | History | Annotate | Download | only in collect

Lines Matching full:build

150    *           .build();}</pre>
155 * <p>Builder instances can be reused - it is safe to call {@link #build}
156 * multiple times to build multiple maps in series. Each map is a superset of
170 * keys are not allowed, and will cause {@link #build} to fail.
179 * Duplicate keys are not allowed, and will cause {@link #build} to fail.
190 // TODO: Should build() and the ImmutableBiMap & ImmutableSortedMap versions
198 public ImmutableMap<K, V> build() {
310 * the same order as the parameters used to build this map.
316 * the same order as the parameters used to build this map.
322 * in the same order as the parameters used to build this map.
375 return builder.build();