removeAt abstract method

IndexedNode removeAt(
  1. int index
)

Remove the child node at the index

Implementation

IndexedNode removeAt(int index);