K - the set key typeR - the return type of SetEntryOperations specified for the queried setpublic interface SetContext<K,R> extends HashContext<K>, SetEntryOperations<K,R>
SetEntries are accessed. SetContext allows to access
SetEntryOperations, configured for the accessed ChronicleSet. SetContext
implements SetEntryOperations by delegation to the configured entryOperations.| Modifier and Type | Method and Description |
|---|---|
ChronicleHash<K,?,?,?> |
hash()
Returns the accessed
ChronicleSet. |
ChronicleSet<K> |
set()
Returns the accessed
ChronicleSet. |
insert, removeChronicleHash<K,?,?,?> hash()
ChronicleSet. Synonym to set().hash in interface HashContext<K>ChronicleSet<K> set()
ChronicleSet. Synonym to hash().Copyright © 2019. All rights reserved.