| Package | Description |
|---|---|
| com.datastax.oss.protocol.internal.util.collection |
| Modifier and Type | Method and Description |
|---|---|
NullAllowingImmutableList.Builder<E> |
NullAllowingImmutableList.Builder.add(E newElement) |
NullAllowingImmutableList.Builder<E> |
NullAllowingImmutableList.Builder.addAll(Iterable<? extends E> newElements) |
static <E> NullAllowingImmutableList.Builder<E> |
NullAllowingImmutableList.builder()
Returns a builder to create a new instance, with the default expected size (16).
|
static <E> NullAllowingImmutableList.Builder<E> |
NullAllowingImmutableList.builder(int expectedSize)
Returns a builder to create a new instance.
|
Copyright © 2017–2019. All rights reserved.