Returns a new builder. The generated builder is equivalent to the builder created by the Builder constructor.
()
| 420 | |
| 421 | |
| 422 | public static <E> Builder<E> builder() { |
| 423 | return new Builder<E>(); |
| 424 | } |
| 425 | |
| 426 | /** |
| 427 | * A builder for creating {@code ImmutableSet} instances. Example: <pre> {@code |
no outgoing calls
no test coverage detected