com.lowagie.text.pdf.hyphenation
Class TernaryTree.Iterator.Item

java.lang.Object
  extended by com.lowagie.text.pdf.hyphenation.TernaryTree.Iterator.Item
All Implemented Interfaces:
Cloneable
Enclosing class:
TernaryTree.Iterator

private class TernaryTree.Iterator.Item
extends Object
implements Cloneable


Field Summary
(package private)  char child
           
(package private)  char parent
           
 
Constructor Summary
TernaryTree.Iterator.Item()
           
TernaryTree.Iterator.Item(char p, char c)
           
 
Method Summary
 Object clone()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parent

char parent

child

char child
Constructor Detail

TernaryTree.Iterator.Item

public TernaryTree.Iterator.Item()

TernaryTree.Iterator.Item

public TernaryTree.Iterator.Item(char p,
                                 char c)
Method Detail

clone

public Object clone()
Overrides:
clone in class Object

Hosted by Hostbasket