toListBuilder method

ListBuilder<E> toListBuilder()

Implementation

ListBuilder<E> toListBuilder() {
  return this.toBuiltList().toBuilder();
}