SortedSetBaseKey Class |
Namespace: VelocityDb.Collection
[SerializableAttribute] public abstract class SortedSetBase<Key> : OptimizedPersistable, IEnumerable<Key>, IEnumerable
The SortedSetBaseKey type exposes the following members.
Name | Description | |
---|---|---|
![]() | Comparer |
Gets the IComparer that is used to determine the order of the items in the sorted set
|
![]() | Count |
Number of elements in this SortedSetBase
|
![]() | IsEmpty |
Returns true if 0 elements are in the set.
|
![]() | IsReadOnly |
Returns false
|
![]() | Item |
Given a lookup key, returns the corresponding key within the collection or null if not found
|
![]() | Keys |
Gets the internal list of NodeKeys
|
Name | Description | |
---|---|---|
![]() | Add |
Add item to this sorted set.
|
![]() | Clear |
Remove all items from this set.
|
![]() | Contains |
Checks if this sorted set contains the item
|
![]() | CopyTo |
Copy items in this sorted set to array, starting at arrayIndex
|
![]() | IndexOf |
Get the index of a given key
|
![]() | Remove |
Remove item from this set
|
![]() | RemoveWhere |
Remove elements that match specified predicate. Returns the number of elements removed
|
![]() | TryGetValue |
Gets the value associated with the specified key.
|
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.) |