C# Class DBreeze.LianaTrie.Iterations.Backward

Afficher le fichier Open project: hhblaze/DBreeze Class Usage Examples

Méthodes publiques

Méthode 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

Private Methods

Méthode 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

Method Details

Backward() public méthode

public Backward ( LTrieRootNode root ) : System
root LTrieRootNode
Résultat System

IterateBackward() public méthode

public IterateBackward ( bool useCache ) : IEnumerable
useCache bool
Résultat IEnumerable

IterateBackwardForMaximal() public méthode

public IterateBackwardForMaximal ( bool useCache ) : LTrieRow
useCache bool
Résultat LTrieRow

IterateBackwardFromTo() public méthode

IterateBackwardFromTo
public IterateBackwardFromTo ( byte initKey, byte stopKey, bool inclStartKey, bool inclStopKey, bool useCache ) : IEnumerable
initKey byte
stopKey byte
inclStartKey bool
inclStopKey bool
useCache bool
Résultat IEnumerable

IterateBackwardSkip() public méthode

public IterateBackwardSkip ( ulong skippingQuantity, bool useCache ) : IEnumerable
skippingQuantity ulong
useCache bool
Résultat IEnumerable

IterateBackwardSkipFrom() public méthode

public IterateBackwardSkipFrom ( byte initKey, ulong skippingQuantity, bool useCache ) : IEnumerable
initKey byte
skippingQuantity ulong
useCache bool
Résultat IEnumerable

IterateBackwardStartFrom() public méthode

public IterateBackwardStartFrom ( byte initKey, bool inclStartKey, bool useCache ) : IEnumerable
initKey byte
inclStartKey bool
useCache bool
Résultat IEnumerable

IterateBackwardStartsWith() public méthode

public IterateBackwardStartsWith ( byte initKey, bool useCache ) : IEnumerable
initKey byte
useCache bool
Résultat IEnumerable

IterateBackwardStartsWithClosestToPrefix() public méthode

public IterateBackwardStartsWithClosestToPrefix ( byte initKey, bool useCache ) : IEnumerable
initKey byte
useCache bool
Résultat IEnumerable