| Package | Description |
|---|---|
| net.openhft.chronicle.hash |
Contains common interfaces and utilities for
ChronicleMaps (net.openhft.chronicle.map package) and
ChronicleSets
(net.openhft.chronicle.set package). |
| net.openhft.chronicle.map |
Contains
ChronicleMap interface, ChronicleMap context
interfaces, ChronicleMapBuilder class and related stuff. |
| net.openhft.chronicle.set |
| Modifier and Type | Method and Description |
|---|---|
HashAbsentEntry<K> |
HashQueryContext.absentEntry()
Returns the special absent entry object, if the entry with the queried key
is absent in the hash, returns
null, if the entry is present. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MapAbsentEntry<K,V>
Low-level operational context for the situations, when the new entry is going to be inserted
into the
ChronicleMap. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SetAbsentEntry<K>
Low-level operational context for the situations, when the new key is going to be inserted
into the
ChronicleSet. |
Copyright © 2019. All rights reserved.