public interface TreeNodeInsertChild<Node>
| Modifier and Type | Method and Description |
|---|---|
void |
insertChildAt(int index,
Node child)
Вставка дочернего элемента в указанную позицию в списке
|
void insertChildAt(int index,
Node child)
index - позиция (от нуля) в спискеchild - добавляемый узелCopyright © 2017. All rights reserved.