Skip to main content
Skip table of contents

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
TypeNameMethods
charValueget

Methods

Public methods
ReturnsName
boolHasMoreElements()
objectNextElement()
voidRewind()

Details

Constructors

Iterator

Source code

public Iterator(TernaryTree parent)
Arguments
TypeNameDescription
TernaryTreeparent

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

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.