| Package | Description |
|---|---|
| net.openhft.chronicle.map |
Contains
ChronicleMap interface, ChronicleMap context
interfaces, ChronicleMapBuilder class and related stuff. |
| net.openhft.chronicle.map.impl.stage.iter | |
| net.openhft.chronicle.map.impl.stage.map | |
| net.openhft.chronicle.map.impl.stage.query |
| Modifier and Type | Method and Description |
|---|---|
MapAbsentEntry<K,V> |
MapQueryContext.absentEntry() |
| Modifier and Type | Method and Description |
|---|---|
Data<V> |
DefaultValueProvider.defaultValue(MapAbsentEntry<K,V> absentEntry)
Returns the "nil" value, which should be inserted into the map, in the given
absentEntry context. |
default R |
MapEntryOperations.insert(MapAbsentEntry<K,V> absentEntry,
Data<V> value)
Inserts the new entry into the map, of
the key from
the given insertion context (absentEntry) and the given value. |
| Modifier and Type | Class and Description |
|---|---|
class |
ReplicatedMapAbsentDelegatingForIteration<K,V> |
| Modifier and Type | Method and Description |
|---|---|
Data<V> |
MapEntryOperationsDelegation.defaultValue(MapAbsentEntry<K,V> absentEntry) |
R |
MapEntryOperationsDelegation.insert(MapAbsentEntry<K,V> absentEntry,
Data<V> value) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Absent<K,V> |
| Modifier and Type | Class and Description |
|---|---|
class |
MapAbsent<K,V> |
class |
ReplicatedMapAbsent<K,V> |
class |
ReplicatedMapAbsentDelegating<K,V> |
Copyright © 2024. All rights reserved.