K - the set key typepublic interface SetEntry<K> extends HashEntry<K>
ChronicleSet.SetEntryOperations,
SetQueryContext.entry()| Modifier and Type | Method and Description |
|---|---|
SetContext<K,?> |
context()
Returns the context, in which the entry is accessed.
|
void |
doRemove()
Removes the entry from the
ChronicleSet. |
SetContext<K,?> context()
HashEntryvoid doRemove()
ChronicleSet.
This method is the default implementation for SetEntryOperations.remove(SetEntry),
which might be customized over the default.
Copyright © 2019. All rights reserved.