Table of Contents

Class TernaryTree.Iterator

Namespace
iTextSharp.text.pdf.hyphenation
Assembly
iTextSharp.LGPLv2.Core.dll
public class TernaryTree.Iterator
Inheritance
TernaryTree.Iterator
Inherited Members

Constructors

Iterator(TernaryTree)

public Iterator(TernaryTree parent)

Parameters

parent TernaryTree

Properties

Value

public char Value { get; }

Property Value

char

Methods

HasMoreElements()

public bool HasMoreElements()

Returns

bool

NextElement()

public object NextElement()

Returns

object

Rewind()

public void Rewind()