| Package | Description |
|---|---|
| de.flapdoodle.collections |
| Modifier and Type | Class and Description |
|---|---|
class |
GeneratedImmutableTypedMap<K>
Immutable implementation of
ImmutableTypedMap. |
| Modifier and Type | Method and Description |
|---|---|
<T> ImmutableTypedMap<K> |
ImmutableTypedMap.add(TypeInfo<T> type,
K key,
T value) |
<T> ImmutableTypedMap<K> |
ImmutableTypedMap.addAll(TypeInfo<T> type,
Map<K,T> map) |
static <K> ImmutableTypedMap<K> |
ImmutableTypedMap.copyOf(TypedMap<K> src) |
static <K> ImmutableTypedMap<K> |
ImmutableTypedMap.empty() |
static <K> ImmutableTypedMap<K> |
TypedMap.immutable() |
static <K,T> ImmutableTypedMap<K> |
ImmutableTypedMap.of(TypeInfo<T> type,
K key,
T value) |
static <K,T> ImmutableTypedMap<K> |
ImmutableTypedMap.of(TypeInfo<T> type,
Map<K,T> map) |
| Modifier and Type | Method and Description |
|---|---|
static <K> GeneratedImmutableTypedMap<K> |
GeneratedImmutableTypedMap.copyOf(ImmutableTypedMap<K> instance)
Creates an immutable copy of a
ImmutableTypedMap value. |
GeneratedImmutableTypedMap.Builder<K> |
GeneratedImmutableTypedMap.Builder.from(ImmutableTypedMap<K> instance)
Fill a builder with attribute values from the provided
ImmutableTypedMap instance. |
Copyright © 2024. All rights reserved.