| Package | Description |
|---|---|
| net.openhft.chronicle.map |
Contains
ChronicleMap interface, ChronicleMap context
interfaces, ChronicleMapBuilder class and related stuff. |
| Modifier and Type | Method and Description |
|---|---|
@Nullable MapEntry<K,V> |
MapQueryContext.entry() |
| Modifier and Type | Method and Description |
|---|---|
default R |
MapEntryOperations.remove(@NotNull MapEntry<K,V> entry)
Removes the given entry from the map.
|
default R |
MapEntryOperations.replaceValue(@NotNull MapEntry<K,V> entry,
Data<V> newValue)
Replaces the given entry's value with the new one.
|
Copyright © 2020. All rights reserved.