deleteAt abstract method

void deleteAt(
  1. int index
)

Deletes the n-th key from the box.

If it does not exist, nothing happens.

Implementation

void deleteAt(int index);