| Package | Description |
|---|---|
| net.openhft.chronicle.map |
Contains
ChronicleMap interface, ChronicleMap context
interfaces, ChronicleMapBuilder class and related stuff. |
| net.openhft.chronicle.set |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MapEntry<K,V>
A context of a present entry in the
ChronicleMap. |
| Modifier and Type | Method and Description |
|---|---|
@Nullable SetEntry<K> |
SetQueryContext.entry() |
| Modifier and Type | Method and Description |
|---|---|
default R |
SetEntryOperations.remove(@NotNull SetEntry<K> entry)
Removes the given entry from the set.
|
Copyright © 2020. All rights reserved.