public abstract class ReplicatedMapAbsent<K,V> extends MapAbsent<K,V>
checkOnEachPublicOperation, hashLookupSearch, ks, s| Constructor and Description |
|---|
ReplicatedMapAbsent() |
| Modifier and Type | Method and Description |
|---|---|
Data<K> |
absentKey()
Returns the key is going to be inserted into the
ChronicleHash. |
void |
doInsert(Data<V> value)
Inserts the new entry into the map, of the key and the given
value. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdefaultValue@NotNull public Data<K> absentKey()
HashAbsentEntryChronicleHash.public void doInsert(Data<V> value)
MapAbsentEntryvalue.
This method is the default implementation for MapEntryOperations.insert(
MapAbsentEntry, Data), which might be customized over the default.
doInsert in interface MapAbsentEntry<K,V>doInsert in class MapAbsent<K,V>value - the value to insert into the map along with the keyMapEntryOperations.insert(MapAbsentEntry, Data)Copyright © 2024. All rights reserved.