iText 5

Iterator

Iterator Public class

Diagram

flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf.hyphenation.TernaryTree iTextSharp.text.pdf.hyphenation.TernaryTree.Iterator[[Iterator]] end

Members

Properties

Public properties

Type

Name

Methods

char

Value

get

Methods

Public methods

Returns

Name

bool

HasMoreElements

()

object

NextElement

()

void

Rewind

()

Details

Constructors

Iterator

Source code

public Iterator(TernaryTree parent)

Arguments

Type

Name

Description

TernaryTree

parent

Methods

Rewind

Source code

public virtual void Rewind()

NextElement

Source code

public virtual object NextElement()

HasMoreElements

Source code

public virtual bool HasMoreElements()

Properties

Value

public virtual char Value { get; }

Generated with ModularDoc