C# 클래스 CrystalMpq.HuffmanTree.LinkedList

파일 보기 프로젝트 열기: sgraf812/crystalmpq

공개 메소드들

메소드 설명
Clear ( ) : void
InsertAfter ( HuffmanItem item, HuffmanItem newItem ) : void
InsertBefore ( HuffmanItem item, HuffmanItem newItem ) : void
InsertWeighted ( HuffmanItem item ) : void
Remove ( HuffmanItem item ) : void

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

InsertAfter() 공개 메소드

public InsertAfter ( HuffmanItem item, HuffmanItem newItem ) : void
item HuffmanItem
newItem HuffmanItem
리턴 void

InsertBefore() 공개 메소드

public InsertBefore ( HuffmanItem item, HuffmanItem newItem ) : void
item HuffmanItem
newItem HuffmanItem
리턴 void

InsertWeighted() 공개 메소드

public InsertWeighted ( HuffmanItem item ) : void
item HuffmanItem
리턴 void

Remove() 공개 메소드

public Remove ( HuffmanItem item ) : void
item HuffmanItem
리턴 void