public interface TreeNodeReplaceChild<Node>
| Modifier and Type | Method and Description |
|---|---|
void |
setChild(int index,
Node tn)
Устанавливает дочерний узел
|
void setChild(int index,
Node tn)
index - Индексtn - Дочерний узелCopyright © 2017. All rights reserved.