Returns a new builder. The generated builder is equivalent to the builder created by the Builder constructor.
()
| 652 | |
| 653 | |
| 654 | public static <E> Builder<E> builder() { |
| 655 | return new Builder<E>(); |
| 656 | } |
| 657 | |
| 658 | /** |
| 659 | * A builder for creating immutable list instances, especially {@code public |
no outgoing calls
no test coverage detected