public interface RemoveNode
| Modifier and Type | Method and Description |
|---|---|
void |
removeNode(NumberType node)
Removes an existing node.
|
void removeNode(NumberType node)
node - A node id or index of the node to be removed. The semantics depends in the implementing class.