removeValue abstract method

void removeValue(
  1. int index
)

Removes the value at the given index.

Implementation

void removeValue(int index);