ChronicleSet interface and
ChronicleSetBuilder class.See: Description
| Interface | Description |
|---|---|
| ChronicleSet<K> | |
| ExternalSetQueryContext<K,R> | |
| SetAbsentEntry<K> |
Low-level operational context for the situations, when the new key is going to be inserted
into the
ChronicleSet. |
| SetContext<K,R> |
Context, in which
SetEntries are accessed. |
| SetEntry<K> |
A context of a present entry in the
ChronicleSet. |
| SetEntryOperations<K,R> | |
| SetQueryContext<K,R> |
A context of
ChronicleSet operations with individual keys
(most: contains(), add(), etc., opposed to bulk operations). |
| SetSegmentContext<K,R> |
Context of
ChronicleSet's segment. |
| Class | Description |
|---|---|
| ChronicleSetBuilder<K> |
ChronicleSetBuilder manages the whole set of ChronicleSet configurations, could
be used as a classic builder and/or factory. |
ChronicleSet interface and
ChronicleSetBuilder class.Copyright © 2016. All rights reserved.