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