C# Class iTextSharp.text.pdf.hyphenation.TernaryTree.Iterator

显示文件 Open project: red-gate/iTextSharp-4.1.6

Public Methods

Method Description
HasMoreElements ( ) : bool
Iterator ( TernaryTree parent ) : System
NextElement ( ) : Object
Rewind ( ) : void

Private Methods

Method Description
Run ( ) : int
Up ( ) : int

Method Details

HasMoreElements() public method

public HasMoreElements ( ) : bool
return bool

Iterator() public method

public Iterator ( TernaryTree parent ) : System
parent TernaryTree
return System

NextElement() public method

public NextElement ( ) : Object
return Object

Rewind() public method

public Rewind ( ) : void
return void