Home | History | Annotate | Download | only in collect

Lines Matching full:build

72     return builder.build();
84 return builder.build();
98 return builder.build();
113 return builder.build();
129 return builder.build();
165 * .build();}</pre>
167 * <p>Builder instances can be reused - it is safe to call {@link #build}
168 * multiple times to build multiple multimaps in series. Each multimap
236 @Override public ImmutableSetMultimap<K, V> build() {
282 return new ImmutableSetMultimap<K, V>(builder.build(), size);
294 * The values are in the same order as the parameters used to build this
379 tmpMap = builder.build();