| Package | Description |
|---|---|
| com.datastax.oss.protocol.internal.util.collection |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> NullAllowingImmutableMap<K,V> |
NullAllowingImmutableMap.copyOf(Map<K,V> map) |
static <K,V> NullAllowingImmutableMap<K,V> |
NullAllowingImmutableMap.of() |
static <K,V> NullAllowingImmutableMap<K,V> |
NullAllowingImmutableMap.of(K key1,
V value1) |
static <K,V> NullAllowingImmutableMap<K,V> |
NullAllowingImmutableMap.of(K key1,
V value1,
K key2,
V value2) |
static <K,V> NullAllowingImmutableMap<K,V> |
NullAllowingImmutableMap.of(K key1,
V value1,
K key2,
V value2,
K key3,
V value3) |
Copyright © 2017–2022. All rights reserved.