private class TernaryTree.Iterator.Item extends Object implements Cloneable
| Modifier and Type | Field and Description |
|---|---|
(package private) char |
child |
(package private) char |
parent |
| Constructor and Description |
|---|
TernaryTree.Iterator.Item() |
TernaryTree.Iterator.Item(char p,
char c) |