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 |
|---|---|---|
|
|
|
|
Methods
Public methods
|
Returns |
Name |
|---|---|
|
|
() |
|
|
() |
|
|
() |
Details
Constructors
Iterator
Source code
public Iterator(TernaryTree parent)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
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