C# 클래스 AnagramTreeBag.MyTest

파일 보기 프로젝트 열기: sestoft/C5

공개 메소드들

메소드 설명
AnagramClass ( String s ) : TreeBag
AnagramClasses ( SCG ss ) : System.Collections.Generic.IEnumerable>
FirstAnagramOnly ( SCG ss ) : System.Collections.Generic.IEnumerable
Main ( String args ) : void
ReadFileWords ( String filename, int n ) : System.Collections.Generic.IEnumerable

메소드 상세

AnagramClass() 공개 정적인 메소드

public static AnagramClass ( String s ) : TreeBag
s String
리턴 TreeBag

AnagramClasses() 공개 정적인 메소드

public static AnagramClasses ( SCG ss ) : System.Collections.Generic.IEnumerable>
ss SCG
리턴 System.Collections.Generic.IEnumerable>

FirstAnagramOnly() 공개 정적인 메소드

public static FirstAnagramOnly ( SCG ss ) : System.Collections.Generic.IEnumerable
ss SCG
리턴 System.Collections.Generic.IEnumerable

Main() 공개 정적인 메소드

public static Main ( String args ) : void
args String
리턴 void

ReadFileWords() 공개 정적인 메소드

public static ReadFileWords ( String filename, int n ) : System.Collections.Generic.IEnumerable
filename String
n int
리턴 System.Collections.Generic.IEnumerable