C# Class Yamool.CWSharp.Dawg

Afficher le fichier Open project: zhengchun/CWSharp Class Usage Examples

Méthodes publiques

Méthode Description
Contains ( string word ) : bool
Dawg ( DawgNode dawgTree ) : System
MatchsPrefix ( string prefix ) : int>>.IEnumerable

Private Methods

Méthode Description
IterateNodesString ( string commonPrefix, DawgNode node ) : int>>.IEnumerable

Method Details

Contains() public méthode

public Contains ( string word ) : bool
word string
Résultat bool

Dawg() public méthode

public Dawg ( DawgNode dawgTree ) : System
dawgTree DawgNode
Résultat System

MatchsPrefix() public méthode

public MatchsPrefix ( string prefix ) : int>>.IEnumerable
prefix string
Résultat int>>.IEnumerable