The `build` method of `com.google.common.collect.ImmutableSet.Builder` is used to create an immutable set instance from the elements that have been added to the builder. It returns an immutable set that contains all the elements that have been added to the builder. The resulting set cannot be modified, providing an immutable collection of elements.
Java ImmutableSet.Builder.build - 30 examples found. These are the top rated real world Java examples of com.google.common.collect.ImmutableSet.Builder.build extracted from open source projects. You can rate examples to help us improve the quality of examples.