C# 클래스 iTextSharp.text.pdf.hyphenation.TernaryTree.Iterator

파일 보기 프로젝트 열기: red-gate/iTextSharp-4.1.6

공개 메소드들

메소드 설명
HasMoreElements ( ) : bool
Iterator ( TernaryTree parent ) : System
NextElement ( ) : Object
Rewind ( ) : void

비공개 메소드들

메소드 설명
Run ( ) : int
Up ( ) : int

메소드 상세

HasMoreElements() 공개 메소드

public HasMoreElements ( ) : bool
리턴 bool

Iterator() 공개 메소드

public Iterator ( TernaryTree parent ) : System
parent TernaryTree
리턴 System

NextElement() 공개 메소드

public NextElement ( ) : Object
리턴 Object

Rewind() 공개 메소드

public Rewind ( ) : void
리턴 void