BTreeSetKey Class |
Namespace: VelocityDb.Collection.BTree
[SerializableAttribute] public class BTreeSet<Key> : BTreeBase<Key, Key>, ISet<Key>, ICollection<Key>, IEnumerable<Key>, IEnumerable
The BTreeSetKey type exposes the following members.
| Name | Description | |
|---|---|---|
| BTreeSetKey |
Creates a new BTreeSet
|
| Name | Description | |
|---|---|---|
| Comparer |
Gets the VelocityDbComparer object that is used to compare Key objects.
(Overrides BTreeBaseKey, ValueComparer.) | |
| UsesOidShort |
Does this BTree use short object references (32 bit) for its internal references? NO it does not.
(Overrides BTreeBaseKey, ValueUsesOidShort.) |
| Name | Description | |
|---|---|---|
| Clear |
Removes all elements from the set.
(Overrides BTreeBaseKey, ValueClear.) | |
| First |
Returns the first Key object in this set.
| |
| InitializeAfterRead | (Overrides BTreeBaseKey, ValueInitializeAfterRead(SessionBase).) | |
| Iterator |
Initializes an iterator to find the keys of this set
(Overrides BTreeBaseKey, ValueIterator.) | |
| Last |
Returns the last Key object in this set.
|
| Name | Description | |
|---|---|---|
| ToStringDetails(SessionBase, Boolean) | Overloaded.
Object details as a string
(Defined by Utilities.) | |
| ToStringDetails(Schema, TypeVersion, Boolean) | Overloaded.
Currently only used by Database Manager
(Defined by Utilities.) |