| Package | Description |
|---|---|
| tech.mlsql.common.utils.collect |
| Modifier and Type | Method and Description |
|---|---|
ImmutableList.Builder<E> |
ImmutableList.Builder.add(E... elements)
Adds each element of
elements to the ImmutableList. |
ImmutableList.Builder<E> |
ImmutableList.Builder.add(E element)
Adds
element to the ImmutableList. |
ImmutableList.Builder<E> |
ImmutableList.Builder.addAll(Iterable<? extends E> elements)
Adds each element of
elements to the ImmutableList. |
ImmutableList.Builder<E> |
ImmutableList.Builder.addAll(Iterator<? extends E> elements)
Adds each element of
elements to the ImmutableList. |
static <E> ImmutableList.Builder<E> |
ImmutableList.builder()
Returns a new builder.
|
Copyright © 2020. All rights reserved.