| Package | Description |
|---|---|
| com.landawn.abacus.util |
| Modifier and Type | Class and Description |
|---|---|
static class |
Builder.ListBuilder<T,L extends List<T>>
The Class ListBuilder.
|
| Modifier and Type | Method and Description |
|---|---|
Builder.CollectionBuilder<T,C> |
Builder.CollectionBuilder.add(T e) |
Builder.CollectionBuilder<T,C> |
Builder.CollectionBuilder.addAll(Collection<? extends T> c)
Adds the all.
|
static <T,C extends Collection<T>> |
Builder.of(C val) |
Builder.CollectionBuilder<T,C> |
Builder.CollectionBuilder.remove(Object e) |
Builder.CollectionBuilder<T,C> |
Builder.CollectionBuilder.removeAll(Collection<?> c)
Removes the all.
|
Copyright © 2021. All rights reserved.