Interface ISeekableIterator<TKey, TValue>
Assembly: ZoneTree.dll
Syntax
public interface ISeekableIterator<TKey, TValue>
Type Parameters
Name |
Description |
TKey |
|
TValue |
|
Properties
|
Improve this Doc
View Source
CurrentKey
Declaration
Property Value
|
Improve this Doc
View Source
CurrentValue
Declaration
TValue CurrentValue { get; }
Property Value
|
Improve this Doc
View Source
HasCurrent
Declaration
Property Value
|
Improve this Doc
View Source
IsBeginningOfAPart
Declaration
bool IsBeginningOfAPart { get; }
Property Value
|
Improve this Doc
View Source
IsEndOfAPart
Declaration
bool IsEndOfAPart { get; }
Property Value
|
Improve this Doc
View Source
IsFullyFrozen
Declaration
bool IsFullyFrozen { get; }
Property Value
Methods
|
Improve this Doc
View Source
GetPartIndex()
Declaration
Returns
|
Improve this Doc
View Source
Next()
Declaration
Returns
|
Improve this Doc
View Source
Prev()
Declaration
Returns
|
Improve this Doc
View Source
SeekBegin()
Declaration
Returns
|
Improve this Doc
View Source
SeekEnd()
Declaration
Returns
|
Improve this Doc
View Source
SeekToFirstGreaterOrEqualElement(in TKey)
Declaration
bool SeekToFirstGreaterOrEqualElement(in TKey key)
Parameters
Type |
Name |
Description |
TKey |
key |
|
Returns
|
Improve this Doc
View Source
SeekToLastSmallerOrEqualElement(in TKey)
Declaration
bool SeekToLastSmallerOrEqualElement(in TKey key)
Parameters
Type |
Name |
Description |
TKey |
key |
|
Returns
|
Improve this Doc
View Source
Skip(long)
Declaration
Parameters
Type |
Name |
Description |
long |
offset |
|