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