com.lowagie.text.pdf.hyphenation

Class TernaryTree.Iterator.Item

private class TernaryTree.Iterator.Item extends Object implements Cloneable

Field Summary
charchild
charparent
Constructor Summary
Item()
Item(char p, char c)
Method Summary
Objectclone()

Field Detail

child

char child

parent

char parent

Constructor Detail

Item

public Item()

Item

public Item(char p, char c)

Method Detail

clone

public Object clone()