com.lowagie.text.pdf.hyphenation
public class TernaryTree.Iterator extends Object implements Enumeration
Nested Class Summary | |
---|---|
class | TernaryTree.Iterator.Item |
Field Summary | |
---|---|
int | cur
current node index |
String | curkey
current key |
StringBuffer | ks
key stack implemented with a StringBuffer |
Stack | ns
Node stack |
Constructor Summary | |
---|---|
Iterator() |
Method Summary | |
---|---|
char | getValue() |
boolean | hasMoreElements() |
Object | nextElement() |
void | rewind() |
int | run()
traverse the tree to find next key |
int | up()
traverse upwards |