Method | Description | |
---|---|---|
Backward ( LTrieRootNode root ) : System | ||
IterateBackward ( bool useCache ) : IEnumerable |
||
IterateBackwardForMaximal ( bool useCache ) : LTrieRow | ||
IterateBackwardFromTo ( byte initKey, byte stopKey, bool inclStartKey, bool inclStopKey, bool useCache ) : IEnumerable |
IterateBackwardFromTo
|
|
IterateBackwardSkip ( ulong skippingQuantity, bool useCache ) : IEnumerable |
||
IterateBackwardSkipFrom ( byte initKey, ulong skippingQuantity, bool useCache ) : IEnumerable |
||
IterateBackwardStartFrom ( byte initKey, bool inclStartKey, bool useCache ) : IEnumerable |
||
IterateBackwardStartsWith ( byte initKey, bool useCache ) : IEnumerable |
||
IterateBackwardStartsWithClosestToPrefix ( byte initKey, bool useCache ) : IEnumerable |
Method | Description | |
---|---|---|
ItBwd ( LTrieGenerationNode gn, byte generationMapLine, bool useCache ) : IEnumerable |
||
ItBwdForMaximal ( LTrieGenerationNode gn, byte generationMapLine, bool useCache ) : IEnumerable |
||
ItBwdFromTo ( LTrieGenerationNode gn, byte generationMapLine, bool useCache ) : IEnumerable |
ItBwdFromTo
|
|
ItBwdSkip ( LTrieGenerationNode gn, byte generationMapLine, bool useCache ) : IEnumerable |
||
ItBwdSkipFrom ( LTrieGenerationNode gn, byte generationMapLine, bool useCache ) : IEnumerable |
||
ItBwdStartFrom ( LTrieGenerationNode gn, byte generationMapLine, bool useCache ) : IEnumerable |
||
ItBwdStartsWith ( LTrieGenerationNode gn, byte generationMapLine, int deep, bool useCache ) : IEnumerable |
public Backward ( LTrieRootNode root ) : System | ||
root | LTrieRootNode | |
return | System |
public IterateBackward ( bool useCache ) : IEnumerable |
||
useCache | bool | |
return | IEnumerable |
public IterateBackwardForMaximal ( bool useCache ) : LTrieRow | ||
useCache | bool | |
return | LTrieRow |
public IterateBackwardFromTo ( byte initKey, byte stopKey, bool inclStartKey, bool inclStopKey, bool useCache ) : IEnumerable |
||
initKey | byte | |
stopKey | byte | |
inclStartKey | bool | |
inclStopKey | bool | |
useCache | bool | |
return | IEnumerable |
public IterateBackwardSkip ( ulong skippingQuantity, bool useCache ) : IEnumerable |
||
skippingQuantity | ulong | |
useCache | bool | |
return | IEnumerable |
public IterateBackwardSkipFrom ( byte initKey, ulong skippingQuantity, bool useCache ) : IEnumerable |
||
initKey | byte | |
skippingQuantity | ulong | |
useCache | bool | |
return | IEnumerable |
public IterateBackwardStartFrom ( byte initKey, bool inclStartKey, bool useCache ) : IEnumerable |
||
initKey | byte | |
inclStartKey | bool | |
useCache | bool | |
return | IEnumerable |
public IterateBackwardStartsWith ( byte initKey, bool useCache ) : IEnumerable |
||
initKey | byte | |
useCache | bool | |
return | IEnumerable |
public IterateBackwardStartsWithClosestToPrefix ( byte initKey, bool useCache ) : IEnumerable |
||
initKey | byte | |
useCache | bool | |
return | IEnumerable |