| Package | Description |
|---|---|
| net.openhft.chronicle.map |
Contains
ChronicleMap interface, ChronicleMap context
interfaces, ChronicleMapBuilder class and related stuff. |
| 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. |
Copyright © 2019. All rights reserved.