| Package | Description |
|---|---|
| com.datastax.oss.protocol.internal.util.collection |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> NullAllowingImmutableMap.Builder<K,V> |
NullAllowingImmutableMap.builder()
Returns a builder to create a new instance, with the default expected size (16).
|
static <K,V> NullAllowingImmutableMap.Builder<K,V> |
NullAllowingImmutableMap.builder(int expectedSize)
Returns a builder to create a new instance.
|
NullAllowingImmutableMap.Builder<K,V> |
NullAllowingImmutableMap.Builder.put(K key,
V value)
Duplicate keys are not allowed, and will cause
build() to fail. |
NullAllowingImmutableMap.Builder<K,V> |
NullAllowingImmutableMap.Builder.putAll(Map<? extends K,? extends V> newEntries) |
Copyright © 2017–2022. All rights reserved.