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

Afficher le fichier Open project: red-gate/iTextSharp-4.1.6

Méthodes publiques

Méthode Description
HasMoreElements ( ) : bool
Iterator ( TernaryTree parent ) : System
NextElement ( ) : Object
Rewind ( ) : void

Private Methods

Méthode Description
Run ( ) : int
Up ( ) : int

Method Details

HasMoreElements() public méthode

public HasMoreElements ( ) : bool
Résultat bool

Iterator() public méthode

public Iterator ( TernaryTree parent ) : System
parent TernaryTree
Résultat System

NextElement() public méthode

public NextElement ( ) : Object
Résultat Object

Rewind() public méthode

public Rewind ( ) : void
Résultat void