C# 클래스 Yamool.CWSharp.Dawg

파일 보기 프로젝트 열기: zhengchun/CWSharp 1 사용 예제들

공개 메소드들

메소드 설명
Contains ( string word ) : bool
Dawg ( DawgNode dawgTree ) : System
MatchsPrefix ( string prefix ) : int>>.IEnumerable

비공개 메소드들

메소드 설명
IterateNodesString ( string commonPrefix, DawgNode node ) : int>>.IEnumerable

메소드 상세

Contains() 공개 메소드

public Contains ( string word ) : bool
word string
리턴 bool

Dawg() 공개 메소드

public Dawg ( DawgNode dawgTree ) : System
dawgTree DawgNode
리턴 System

MatchsPrefix() 공개 메소드

public MatchsPrefix ( string prefix ) : int>>.IEnumerable
prefix string
리턴 int>>.IEnumerable