BTreeMapIteratorKey, Value Class |
Namespace: VelocityDb.Collection.BTree
The BTreeMapIteratorKey, Value type exposes the following members.
| Name | Description | |
|---|---|---|
| IndexInTree |
Gets the index of the current iterator element in the iterated collection
|
| Name | Description | |
|---|---|---|
| Current |
The iterator current Key object
| |
| CurrentKey |
Returns the Key at the current iterator position
| |
| CurrentValue |
Returns the Value at the current iterator position
| |
| GoTo(Key) |
Positions iterator at Key object or where Key would be inserted if added to the set.
| |
| GoTo(Key, Byte) |
Positions iterator at Key object or where Key would be inserted if added to the set. This function is normally only used internally by VelocityDb.
| |
| GoToLast |
Positions iterator at the last object in the set.
| |
| MoveNext |
Advances the enumerator to the next element of the collection.
| |
| MovePrevious |
Advances the enumerator to the previous element of the map.
| |
| Next |
Positions the iterator at the next KeyValuePair in the map. Only use this one with nullable Key type.
| |
| Previous |
Positions the iterator at the previous Key in the set
| |
| ReplaceValue |
Replaces a value in map
|